KodeStar
7 years ago
4 changed files with 6 additions and 6 deletions
@ -1,8 +1,8 @@ |
|||
.section1 { |
|||
background: #7d8080; |
|||
height: 100vh; |
|||
background-image: url('/img/heimdall-logo.png'); |
|||
background-image: url("../img/heimdall-logo.png"); |
|||
background-repeat: no-repeat; |
|||
background-position: center center; |
|||
background-size: 50%; |
|||
background-size: 25%; |
|||
} |
@ -1,2 +1,3 @@ |
|||
|
|||
@import "normalise"; |
|||
@import "app"; |
Loading…
Reference in new issue