⚠ 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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media screen and (min-width: 1350px) {
@media screen and (min-width: 1350px) {
     .content {
     .content {
         grid-template-columns: 3fr 2fr;
         grid-template-columns: 4fr 3fr;
     }
     }
     .resources {
     .resources {

Latest revision as of 21:51, 14 June 2024

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