Files
TechRadarAJR/styles/components/page.css
Tom Raithel fc81624813 More styles
2017-02-11 12:04:52 +01:00

23 lines
322 B
CSS

.page {
width: 1200px;
min-height: 100%;
margin: 0 auto;
padding: 0 10px;
display: flex;
flex-direction: column;
&__header {
flex: 0 0 auto;
margin-bottom: 20px;
}
&__content {
flex: 1 1 auto;
}
&__footer {
border-top: 1px solid var(--color-gray-normal);
flex: 0 0 auto;
}
}