Skip to content
Snippets Groups Projects
Commit 287c77ec authored by Olivia206's avatar Olivia206
Browse files

fix large event block

parent 954d8524
No related branches found
No related tags found
No related merge requests found
......@@ -257,8 +257,8 @@
flex-direction: column
grid-gap: 0
.media
margin-left: calc(-#{var(--grid-gutter)} /2)
margin-right: calc(-#{var(--grid-gutter)} /2)
margin-left: var(--grid-gutter-negative)
margin-right: var(--grid-gutter-negative)
aspect-ratio: 1
img
margin-bottom: $spacing0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment