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 |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 7: | Zeile 7: | ||
flex-direction: column; |
flex-direction: column; |
||
} |
} |
||
− | div[style |
+ | div[style*=float] { |
+ | width: 100%; |
||
+ | } |
||
+ | div[style*=float] div{ |
||
width: 100%; |
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%; } }