Benutzer:NaN&bricks/common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
K (Ä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 |
||
Zeile 8: | Zeile 8: | ||
} |
} |
||
div div[style^=float] { |
div div[style^=float] { |
||
− | width: 100%; |
+ | width: 100% !important; |
} |
} |
||
} |
} |
Version vom 11. Juni 2024, 06:15 Uhr
a:visited { color: orange; } @media screen and (max-width: 40em) { div:has(div[style^=float]) { display: flex; flex-direction: column; } div div[style^=float] { width: 100% !important; } }