Jump to content

Alathra:Navigation: Difference between revisions

m CSS test
m CSS test
Line 1: Line 1:
{{#css:
{{#css:
   #nav {
   #nav {
     height: 550px;
     height: auto;
     width: auto;
     width: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
 
  #nav-row {
     margin-bottom: 30px;
     margin-bottom: 30px;
    width: 100%;
     display: flex;
     display: flex;
     flex-direction: row;
     flex-direction: row;
    flex-wrap: wrap;
     gap: 30px;
     gap: 30px;
   }
   }
Line 18: Line 12:
}}
}}
<div id="nav">
<div id="nav">
<div id="nav-row">
{{Navcard
{{Navcard
|link=[[Nations]]
|link=[[Nations]]
Line 27: Line 20:
|text=Towns
|text=Towns
}}
}}
</div>
<div id="nav-row">
{{Navcard
{{Navcard
|image=Reading guides.png
|image=Reading guides.png
Line 39: Line 30:
|text=History
|text=History
}}
}}
</div>
<div id="nav-row">
{{Navcard
{{Navcard
|image=Universe category.png
|image=Universe category.png
Line 51: Line 40:
|text=Cartography
|text=Cartography
}}
}}
</div>
</div>
</div>

Revision as of 20:00, 3 June 2025