⚠ 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
Tag: Manual revert
No edit summary
Line 2: Line 2:
     .content {
     .content {
         grid-template-columns: 4fr 2fr;
         grid-template-columns: 4fr 2fr;
    }
    .side-text-links {
    margin-left: 50px;
     }
     }
}
}

Revision as of 21:48, 14 June 2024

@media screen and (min-width: 1350px) {
    .content {
        grid-template-columns: 4fr 2fr;
    }
    .side-text-links {
    	margin-left: 50px;
    }
}