Main Page: Difference between revisions

Jump to navigation Jump to search
(Further use of flexboxes to make code less fragile.)
mNo edit summary
Line 340: Line 340:
font-size:14px;
font-size:14px;
text-align:center;
text-align:center;
margin:30px auto;
margin:2em auto;
width:98%;
width:98%;
}
}
Line 534: Line 534:
#NIWAnav .cell {
#NIWAnav .cell {
   width:12em;  
   width:12em;  
  padding:1em
   border-radius:5px;  
   border-radius:5px;  
}
}
</css>
</css>