CSS angepasst, damit überbreite Tabellen weiter funktionieren

etwa im Tote Tasten und Compose-Artikel
pull/30/head
Ulli Kehrle 2 years ago
parent 7678e251e2
commit 8ee86a686d
No known key found for this signature in database
GPG Key ID: 06E88726998AB3C7
  1. 8
      overrides/assets/stylesheets/extra.css

@ -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;
}

Loading…
Cancel
Save