homepageTheme/theme/static/css/main.css

37 lines
381 B
CSS

/* Main structure */
html, body {
margin: 0;
padding: 0;
border: 0;
height: 100%;
}
body {
display: grid;
grid-template-rows: auto 1fr auto;
}
body > * {
padding: 0 10%;
}
.main2 {
height: calc(100%);
}
.main3 {
margin-left: 1em;
margin-right: 1em;
height: calc(100%);
}
/* page */
.page_title {
}
.translations {
float: right;
}
.updated {
font-style: italic;
}