Bigger font on large monitors, nowrap submenu items

This commit is contained in:
fabrixxm 2019-10-21 10:48:37 +02:00
parent 2f051abbf2
commit 7bb8ab5df2
1 changed files with 3 additions and 3 deletions

View File

@ -1593,7 +1593,7 @@
@media screen and (max-width: 1680px) {
body, input, select, textarea {
font-size: 11pt;
font-size: 14pt;
}
}
@ -1601,7 +1601,7 @@
@media screen and (max-width: 1280px) {
body, input, select, textarea {
font-size: 11pt;
font-size: 14pt;
}
}
@ -2850,7 +2850,7 @@
min-width: 100px;
}
#nav .children li { padding: 0; line-height: 2em; }
#nav .children a { color: #333; padding: 0.4em; width: 100%; text-align: left; }
#nav .children a { color: #333; padding: 0.4em; width: 100%; text-align: left; white-space: nowrap; }
#nav .children a:hover { color: #fff; background-color: #5385c1; }
@media screen and (max-width: 980px) {