Files
Heimdall/sass/_app.scss
2018-02-11 18:57:22 +00:00

8 lines
212 B
SCSS

.section1 {
background: #7d8080;
height: 100vh;
background-image: url("../img/heimdall-logo.png");
background-repeat: no-repeat;
background-position: center center;
background-size: 25%;
}