forked from friendica/friendica-wp-theme
Bigger font on large monitors, nowrap submenu items
This commit is contained in:
parent
2f051abbf2
commit
7bb8ab5df2
|
@ -1593,7 +1593,7 @@
|
||||||
@media screen and (max-width: 1680px) {
|
@media screen and (max-width: 1680px) {
|
||||||
|
|
||||||
body, input, select, textarea {
|
body, input, select, textarea {
|
||||||
font-size: 11pt;
|
font-size: 14pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1601,7 +1601,7 @@
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1280px) {
|
||||||
|
|
||||||
body, input, select, textarea {
|
body, input, select, textarea {
|
||||||
font-size: 11pt;
|
font-size: 14pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -2850,7 +2850,7 @@
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
#nav .children li { padding: 0; line-height: 2em; }
|
#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; }
|
#nav .children a:hover { color: #fff; background-color: #5385c1; }
|
||||||
|
|
||||||
@media screen and (max-width: 980px) {
|
@media screen and (max-width: 980px) {
|
||||||
|
|
Loading…
Reference in a new issue