Benutzer:NaN&bricks/common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
(Änderungen zur besseren Lesbarkeit auf dem Handy) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung |
K (ausprobieren) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung |
||
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
color: orange; |
color: orange; |
||
} |
} |
||
+ | @media screen and (max-width: 40em) { |
||
− | .accueil_2017_cadre { |
||
+ | div[style*=clear] { |
||
⚫ | |||
− | + | clear: none; |
|
+ | width: 100%; |
||
+ | } |
||
+ | div:has(div[style^=float]) { |
||
⚫ | |||
+ | flex-direction: column; |
||
+ | } |
||
+ | div[style*=float] { |
||
+ | width: 100%; |
||
+ | float: none; |
||
+ | } |
||
+ | div[style*=float] div{ |
||
+ | width: 100%; |
||
+ | } |
||
} |
} |
Aktuelle Version vom 22. November 2024, 11:49 Uhr
a:visited { color: orange; } @media screen and (max-width: 40em) { div[style*=clear] { clear: none; width: 100%; } div:has(div[style^=float]) { display: flex; flex-direction: column; } div[style*=float] { width: 100%; float: none; } div[style*=float] div{ width: 100%; } }