style: Fix margin on cards
This commit is contained in:
parent
2936208a94
commit
9ab58b298a
|
@ -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