Benutzer:NaN&bricks/common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
K (Fehlerbehebung) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung |
K (Fehlerbehebung) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung |
||
Zeile 6: | Zeile 6: | ||
display: flex; |
display: flex; |
||
flex-direction: column; |
flex-direction: column; |
||
+ | } |
||
+ | div[style^=float] { |
||
+ | width: 100%; |
||
} |
} |
||
div[style^=float] div{ |
div[style^=float] div{ |
Version vom 11. Juni 2024, 06:22 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%; } }