feat: Modification du design du menu
This commit is contained in:
@ -94,10 +94,17 @@ body
|
||||
|
||||
.containerGrid
|
||||
display: flex
|
||||
@media screen and (max-width: $size-md)
|
||||
flex-direction: column
|
||||
.actus
|
||||
width: 75%
|
||||
@media screen and (max-width: $size-md)
|
||||
width: 100%
|
||||
.infos
|
||||
width: 25%
|
||||
@media screen and (max-width: $size-md)
|
||||
width: 100%
|
||||
padding-left: 0
|
||||
padding: 7rem 0 0 1rem
|
||||
display: block
|
||||
|
||||
@ -170,7 +177,6 @@ body
|
||||
background-position: center -50px
|
||||
background-size: 70%
|
||||
@media screen and (max-width: $size-md)
|
||||
margin: 0
|
||||
background-position-x: 120%
|
||||
background-size: 50%
|
||||
|
||||
|
Reference in New Issue
Block a user