Merge pull request 'style: Fix margin on cards' (#15) from fix into main
## Détails - Fix le magin autour des cartes. ## Pourquoi - Pour être plus homogène Reviewed-on: https://git.weko.io/resilien/resilien.fr/pulls/15
This commit is contained in:
commit
062a9e13e9
|
@ -296,14 +296,13 @@ sub
|
|||
|
||||
.quote:first-child
|
||||
margin-top: 0
|
||||
|
||||
.cards
|
||||
display: grid
|
||||
grid-auto-columns: 1fr
|
||||
grid-template-columns: 1fr 1fr
|
||||
grid-template-rows: auto auto auto
|
||||
column-gap: var(--tile)
|
||||
row-gap: var(--tile)
|
||||
margin: 0
|
||||
margin: var(--tile) 0
|
||||
padding: 0
|
||||
list-style-type: none
|
||||
|
||||
|
@ -331,6 +330,7 @@ sub
|
|||
p, h1, h2, h3
|
||||
margin: 0
|
||||
padding: 0
|
||||
text-align: left
|
||||
|
||||
@media screen and (max-width: 800px)
|
||||
text-align: center
|
||||
|
|
Loading…
Reference in New Issue