nouvelle home
This commit is contained in:
parent
46b251e229
commit
e390d8cd5b
7 changed files with 374 additions and 226 deletions
|
|
@ -42,4 +42,13 @@
|
|||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin hide-scrollbar(){
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue