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 (Fehlerbehebung) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung |
||
(5 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:has(div[style^=float]) { |
||
− | display: flex; |
||
− | + | display: flex; |
|
+ | flex-direction: column; |
||
+ | } |
||
+ | div[style*=float] { |
||
+ | width: 100%; |
||
+ | } |
||
+ | div[style*=float] div{ |
||
+ | width: 100%; |
||
+ | } |
||
} |
} |
Aktuelle Version vom 11. Juni 2024, 06:28 Uhr
a:visited { color: orange; } @media screen and (max-width: 40em) { div:has(div[style^=float]) { display: flex; flex-direction: column; } div[style*=float] { width: 100%; } div[style*=float] div{ width: 100%; } }