CSS angepasst, damit überbreite Tabellen weiter funktionieren

etwa im Tote Tasten und Compose-Artikel
This commit is contained in:
Ulli Kehrle 2021-07-28 23:53:31 +02:00
parent 7678e251e2
commit 8ee86a686d
No known key found for this signature in database
GPG Key ID: 06E88726998AB3C7
1 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,13 @@ html {
overflow-y: scroll;
font-size: 137.5%;
}
@media screen and (min-width: 76.25em) {
.md-content {
max-width:calc(100% - 12.1rem * 2)
}
}
@media screen and (min-width: 100em) {
html {
font-size: 137.5%;
@ -23,6 +30,7 @@ html {
font-size: 137.5%;
}
}
.tx-container {
--md-accent-fg-color: #4AA44A;
}