The Cathedral of Attnam

Changes

Jump to navigation Jump to search
m
no edit summary
/* CSS placed here will be applied to all skins */
 
#content table, #content div { box-sizing: border-box; }
 
.row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
align-content: flex-start;
}
.col {
width: 100%;
margin-bottom: 1em;
}
.col > div {
height: 100%;
}
#left-navigation, #right-navigation { top:130px; }

Navigation menu