⚠ NOTICE
The game has been released in Early Access on 26th of April, 2024.
Please keep in mind that any information provided on this Wiki may be incomplete or subject to change as the game progresses.
Template:AboutMP/styles.css: Difference between revisions
From Manor Lords Official Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
@media screen and (min-width: 1400px) and (max-width: 2400px) { | @media screen and (min-width: 1400px) and (max-width: 2400px) { | ||
.nav-item-list { | .nav-item-list { | ||
max-width: | max-width: 1000px; | ||
margin: auto; | margin: auto; | ||
} | } | ||
} | } |
Latest revision as of 03:52, 13 June 2024
@media screen and (min-width: 1400px) and (max-width: 2400px) { .nav-item-list { max-width: 1000px; margin: auto; } }