Skip to content

Commit

Permalink
fixing grid part I
Browse files Browse the repository at this point in the history
  • Loading branch information
arranger1044 committed Oct 21, 2024
1 parent aed6433 commit db7551a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,15 @@ div #organizers {

div.organizer{
width: 100%;
display: grid;
grid-template-columns: repeat(1, 1fr);
overflow: hidden;
display: flex;
}

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

0 comments on commit db7551a

Please sign in to comment.