Skip to content

Commit

Permalink
more padding
Browse files Browse the repository at this point in the history
  • Loading branch information
arranger1044 committed Jan 29, 2025
1 parent fdb7d17 commit 62337b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ div.organizer{
display: grid;
grid-template-columns: repeat(1, 1fr);
overflow: hidden;
padding-bottom: 50pt;
}

div.organizer-name{
Expand Down Expand Up @@ -110,6 +111,7 @@ div.speaker{
display: grid;
grid-template-columns: repeat(1, 1fr);
overflow: hidden;
padding-bottom: 50pt;
}

div.speaker-name{
Expand Down

0 comments on commit 62337b3

Please sign in to comment.