Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
imported>Jacob Robertson
No edit summary
imported>Jacob Robertson
No edit summary
Line 24: Line 24:
.em-pathways-container {
.em-pathways-container {
   display: grid;
   display: grid;
   grid-template-rows: 7% 26% 26% 26% 5% 10%;
   grid-template-rows: auto auto auto auto;
  grid-template-cols: 20% 60% 20%;  
   gap: 2px;
   gap: 2px;
   grid-area: 4 / 2 / 10 / 4;
   grid-area: 4 / 2 / 10 / 4;
Line 67: Line 68:
}
}
.em-top-spacer {
.em-top-spacer {
   grid-area: 1 / 1;
   grid-area: 1 / 1 / 5 / 2;
}
}
.em-bottom-spacer {
.em-bottom-spacer {
   grid-area: 5 / 1;
   grid-area: 1 / 3 / 5 / 4;
}
}
.em-trails {
.em-trails {
   grid-area: 2 / 1;
   grid-area: 2 / 2;
}
}
.em-guides {
.em-guides {