⚠ 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:ContributeMP/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: 1350px) {
@media screen and (min-width: 1350px) {
     .content {
     .content {
         grid-template-columns: 2fr 1fr;
         grid-template-columns: 1fr 3fr;
     }
     }
     .resources {
     .resources {

Revision as of 21:50, 14 June 2024

@media screen and (min-width: 1350px) {
    .content {
        grid-template-columns: 1fr 3fr;
    }
    .resources {
    	margin-left: 50px;
    }
}