7 changed files with 3511 additions and 2 deletions
File diff suppressed because it is too large
After Width: | Height: | Size: 221 KiB |
@ -1,8 +1,35 @@ |
|||||
|
body { |
||||
|
font-family: 'Raleway', sans-serif; |
||||
|
font-weight: 400; |
||||
|
line-height: 1.5; |
||||
|
} |
||||
.section1 { |
.section1 { |
||||
background: #7d8080; |
background: #4a5c67; |
||||
height: 100vh; |
height: 100vh; |
||||
background-image: url("../img/heimdall-logo.png"); |
background-image: url("../img/heimdall-logo.png"); |
||||
background-repeat: no-repeat; |
background-repeat: no-repeat; |
||||
background-position: center center; |
background-position: center center; |
||||
background-size: 25%; |
background-size: 25%; |
||||
} |
} |
||||
|
.section2 { |
||||
|
background: #c7cfd4; |
||||
|
padding: 80px 40px 1px; |
||||
|
} |
||||
|
.section3 { |
||||
|
background: #e8e8e8; |
||||
|
padding: 100px 40px 30px; |
||||
|
} |
||||
|
.section4 { |
||||
|
max-width: 100%; |
||||
|
height: auto; |
||||
|
display: block; |
||||
|
} |
||||
|
.video-container { |
||||
|
position: relative; |
||||
|
overflow: hidden; |
||||
|
text-align: center; |
||||
|
iframe { |
||||
|
position: relative; |
||||
|
top: -50px; |
||||
|
} |
||||
|
} |
@ -1,3 +1,4 @@ |
|||||
|
|
||||
@import "normalise"; |
@import "normalise"; |
||||
|
@import "node_modules/bootstrap-4-grid/scss/grid"; |
||||
@import "app"; |
@import "app"; |
Loading…
Reference in new issue