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 (allgemeiner formuliert und media-query hinzugefügt) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung |
||
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; |
||
+ | } |
||
} |
} |
Version vom 10. Juni 2024, 19:17 Uhr
a:visited { color: orange; } @media screen and (max-width: 40em) { div:has(div[style^=float]) { display: flex; flex-direction: column; } }