@ -2,3 +2,5 @@
display: grid
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
grid-column-gap: 10px
grid-row-gap: 10px
margin-right: 5px
@ -14,6 +14,7 @@
@include styled-scroll-bar
.wp-card
margin-top: 10px
// Take care that the shadow of the last element is still visible
&:last-of-type
margin-bottom: 3px
@ -8,7 +8,6 @@
border: 1px solid var(--widget-box-block-border-color)
border-radius: 2px
padding: 10px
position: relative
box-shadow: 1px 1px 3px 0px lightgrey
background: var(--body-background)