feat: Modification des images dans les actualités
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -3,6 +3,21 @@
|
||||
.header
|
||||
height: 40vh
|
||||
position: relative
|
||||
z-index: 0
|
||||
|
||||
&.actu
|
||||
background-color: var(--color-green)
|
||||
height: calc(106px + 4rem + 2rem)
|
||||
.nav
|
||||
top: 2rem
|
||||
|
||||
@media screen and (max-width: $size-md)
|
||||
height: calc(86px + 4rem + 2rem)
|
||||
|
||||
@media screen and (max-width: $size-sm)
|
||||
height: calc(86px + 3rem + 2rem)
|
||||
.nav
|
||||
top: 1.5rem
|
||||
|
||||
&.home
|
||||
height: 60vh
|
||||
@ -73,6 +88,9 @@
|
||||
margin: 0
|
||||
height: $nav-height
|
||||
|
||||
li
|
||||
padding-bottom: 0
|
||||
|
||||
.viemunicipale, .viemunicipale a
|
||||
color: var(--color-green)
|
||||
font-weight: bold
|
||||
|
@ -93,7 +93,7 @@ li
|
||||
margin: 0
|
||||
padding: 1rem
|
||||
@media screen and (max-width: $size-xs)
|
||||
padding: 1rem .5rem
|
||||
padding: .5rem
|
||||
|
||||
.containerGrid
|
||||
display: flex
|
||||
@ -162,6 +162,12 @@ li
|
||||
a
|
||||
color: white
|
||||
|
||||
.actu + #content
|
||||
margin-top: -4rem
|
||||
@media screen and (max-width: $size-md)
|
||||
.container
|
||||
|
||||
|
||||
.nouveautes
|
||||
border: 1px solid black
|
||||
padding: 20px
|
||||
|
Reference in New Issue
Block a user