KodeStar
7 years ago
4 changed files with 6 additions and 6 deletions
@ -1,8 +1,8 @@ |
|||||
.section1 { |
.section1 { |
||||
background: #7d8080; |
background: #7d8080; |
||||
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: 50%; |
background-size: 25%; |
||||
} |
} |
@ -1,2 +1,3 @@ |
|||||
|
|
||||
@import "normalise"; |
@import "normalise"; |
||||
@import "app"; |
@import "app"; |
Loading…
Reference in new issue