Hallo an alle,
ich möchte via media queries das <article> tag für smartphones in der Breite anpassen damit der Text anders umbricht.
Ich habs mal so probiert:
@media only screen and (max-width : 320px) {
article {
width: 320px;
}
Nur leider funktioniert das nicht.
Hat jemand eine Idee dazu an was es liegen kann das sich die Artikel Breite nicht ändert?
Vielen Dank für eure Hilfe im Voraus,
Ruccola