Skip to content

Commit

Permalink
added margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Rydeståhl committed May 9, 2024
1 parent f7c1ad7 commit a549136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/event/[post].astro
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ const { post } = Astro.props
</DefaultLayout>

<style lang="scss">
.container {
margin: 1rem;
}
ul {
display: grid;
grid-template-columns: 1fr;
Expand Down

0 comments on commit a549136

Please sign in to comment.