Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
arranger1044 committed Oct 21, 2024
1 parent 54e627d commit 9751ace
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,17 @@ cite {
font-style: italic;
}

#organizers {
div #organizers {
display: grid;
column-gap: 50px;
}

div.organizer{
max-width: 150px;
grid-column: 4;
overflow: hidden;
}

img.avatar{
max-width: 120px;
border-radius: 50%;
Expand Down

0 comments on commit 9751ace

Please sign in to comment.