Skip to content

Commit

Permalink
Fix schedule on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed May 2, 2024
1 parent 3cb5ab5 commit a90aae5
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions static/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -518,12 +518,8 @@ main
margin: auto
width: 65%

.event-description
flex-direction: column
gap: 2em

section
padding: 1em
a
margin: 0 auto

.place > section
flex-direction: column
Expand All @@ -542,6 +538,14 @@ main
.contact-sponsor a
font-size: 1.2em

#index, #schedule
.event-description
flex-direction: column
gap: 2em

section
padding: 1em

nav
align-items: flex-start
background-image: none
Expand Down

0 comments on commit a90aae5

Please sign in to comment.