feat: Modification du design du menu
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2023-06-07 10:55:33 +02:00
parent 66c8256a1f
commit 0fdafbd1ef
2 changed files with 36 additions and 9 deletions

View File

@ -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%