Files
Heimdall/sass/_app.scss
KodeStar f3465efb4c updates
2018-02-11 22:23:31 +00:00

40 lines
721 B
SCSS

body {
font-family: 'Raleway', sans-serif;
font-weight: 400;
line-height: 1.5;
}
.section1 {
background: #4a5c67;
height: 100vh;
background-image: url("../img/heimdall-logo.png");
background-repeat: no-repeat;
background-position: center center;
background-size: 25%;
padding: 200px 0;
}
.section2 {
background: #c7cfd4;
padding: 80px 40px 1px;
}
.section3 {
background: #e8e8e8;
padding: 100px 40px 30px;
}
.section4 {
max-width: 100%;
height: auto;
display: block;
}
a {
color: #5d717b;
}
.video-container {
position: relative;
overflow: hidden;
text-align: center;
iframe {
position: relative;
top: -50px;
}
}