mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
8 lines
212 B
SCSS
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%;
|
|
} |