Benjamin Yule Bädorf
e6279896d6
* Separate german and english language pages * Add a services page with details per service * Move hakken dates into the same container as the text * Introductory text on the homepage
26 lines
378 B
SCSS
26 lines
378 B
SCSS
.ps-main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
justify-content: space-between;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
margin: 0;
|
|
overflow: auto;
|
|
position: relative;
|
|
|
|
&--background {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
overflow: hidden;
|
|
}
|
|
|
|
&--page {
|
|
color: grey;
|
|
z-index: 1;
|
|
}
|
|
}
|