generated from gitea_admin/default
ajout de strapi
This commit is contained in:
16
app/assets/scss/base/_img.scss
Normal file
16
app/assets/scss/base/_img.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.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);
|
||||
}
|
||||
Reference in New Issue
Block a user