mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Merge pull request #3408 from Mikesch-mp/master
Fix header width for 4k resolutions.
This commit is contained in:
commit
78a7939fde
@ -3,7 +3,7 @@
|
|||||||
// Not growing larger than 3840px at 1em=16px right now
|
// Not growing larger than 3840px at 1em=16px right now
|
||||||
@media screen and (min-width: 240em) {
|
@media screen and (min-width: 240em) {
|
||||||
#header {
|
#header {
|
||||||
width: 240em;
|
min-width: 240em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user