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; }
#attnam-header .logo { float:left; width:120px; position:relative; margin-right:20px; z-index:10; }
.centered { width:90%; min-width:1000px; margin:0 auto; }
#attnam-header nav {

Navigation menu