Anpassung der Weiten der Tabellen und Navbars.

This commit is contained in:
ja
2021-08-13 09:09:27 +02:00
parent 16b1c5fb6a
commit 07fa054a6d
4 changed files with 42 additions and 17 deletions

View File

@@ -174,7 +174,13 @@
overflow-y: auto !important; /* required */
}
@media (max-width: 768px) {
@media (max-width: 575px) {
#bodycontent{
max-width:/*575px;*/ 126.65198237885463vw;
}
#main-page{
max-width:/*575px;*/ 126.65198237885463vw;
}
h2{
font-size:32px;
font-size:2em;
@@ -193,7 +199,7 @@
}
}
@media (min-width: 768px) {
@media (min-width: 575px) {
h2 {
font-size: 28px;
font-size:1.75em;