corrections graphiques
This commit is contained in:
@@ -27,10 +27,20 @@
|
||||
width: auto;
|
||||
z-index: -1;
|
||||
}
|
||||
@media screen and (min-width: $breakpoint_desktop_large) {
|
||||
width: 22vw;
|
||||
}
|
||||
}
|
||||
#bg-2 {
|
||||
top: 8vh;
|
||||
left: -28vw;
|
||||
@media screen and (min-width: $breakpoint_desktop) {
|
||||
transform: rotate(1deg);
|
||||
}
|
||||
@media screen and (min-width: $breakpoint_desktop_large) {
|
||||
left: -5vw;
|
||||
top: 9vh;
|
||||
}
|
||||
}
|
||||
#bg-5 {
|
||||
width: 20vw;
|
||||
@@ -40,6 +50,9 @@
|
||||
@media screen and (min-width: $breakpoint_desktop) {
|
||||
z-index: -1;
|
||||
}
|
||||
@media screen and (min-width: $breakpoint_desktop_large) {
|
||||
width: 27vw;
|
||||
}
|
||||
}
|
||||
/* #bg-4 {
|
||||
top: 18vh;
|
||||
|
||||
Reference in New Issue
Block a user