mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Fix background bleed behind card images (#355)
This commit is contained in:
parent
6a298900a5
commit
33b04560cc
1 changed files with 1 additions and 1 deletions
|
@ -194,10 +194,10 @@ details[open] summary
|
||||||
margin-right: 1rem
|
margin-right: 1rem
|
||||||
|
|
||||||
.card
|
.card
|
||||||
|
background-color: transparent
|
||||||
box-shadow: none
|
box-shadow: none
|
||||||
|
|
||||||
.card-content
|
.card-content
|
||||||
background-color: $background
|
|
||||||
font-size: 1.5rem
|
font-size: 1.5rem
|
||||||
|
|
||||||
.has-content-centered
|
.has-content-centered
|
||||||
|
|
Loading…
Reference in a new issue