Files
TechRadarAJR/styles/components/page.css
2017-04-03 11:53:26 +02:00

26 lines
356 B
CSS

.page {
max-width: 1200px;
min-height: 100%;
margin: 0 auto;
padding: 0 15px;
display: flex;
flex-direction: column;
min-height: 100vh;
&__header {
flex: 0 0 auto;
margin-bottom: 20px;
position: relative;
z-index: 100;
}
&__content {
flex: 1 1 auto;
}
&__footer {
flex: 0 0 auto;
z-index: 200;
}
}