MediaWiki:Common.css: Difference between revisions
no edit summary
imported>Jacob Robertson No edit summary |
imported>Jacob Robertson No edit summary |
||
Line 39: | Line 39: | ||
.em-pathways-container { | .em-pathways-container { | ||
display: grid; | display: grid; | ||
grid-template-columns: | grid-template-columns: 50% 50%; | ||
grid-template-rows: 15% | grid-template-rows: 15% 35% 35% 15%; | ||
gap: 2px; | gap: 2px; | ||
grid-area: 3 / 2 / 6 / 6; | grid-area: 3 / 2 / 6 / 6; | ||
Line 77: | Line 77: | ||
} | } | ||
.em-top-spacer { | .em-top-spacer { | ||
grid-area: 1 / 1 / 2 / | grid-area: 1 / 1 / 2 / 3; | ||
} | } | ||
.em-bottom-spacer { | .em-bottom-spacer { | ||
grid-area: 4 / 1 / 5 / | grid-area: 4 / 1 / 5 / 3; | ||
} | } | ||
.em-trails { | .em-trails { |