generated from gitea_admin/default
16 lines
217 B
SCSS
16 lines
217 B
SCSS
.logo-img {
|
|
width: 100%;
|
|
}
|
|
|
|
.header-img_cont {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
.header-img {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
object-fit: cover;
|
|
//filter: contrast(0.8);
|
|
} |