Skip to content

Commit

Permalink
Merge pull request #40 from GoCon/chore/sessions-page
Browse files Browse the repository at this point in the history
chore(session): modify styles
  • Loading branch information
budougumi0617 authored May 31, 2024
2 parents 8cec14a + a0b44aa commit 1585509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Session.astro
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const { session } = Astro.props;
}

.speaker-avatar {
object-fit: contain;
object-fit: cover;
border-radius: 100%;
overflow: hidden;
flex-shrink: 0;
Expand Down
4 changes: 2 additions & 2 deletions src/components/Sessions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const sessions = await getEntry("sessions", "data");
}

@media screen and (max-width: 768px) {
width: auto;
width: 100%;
}
}

Expand Down Expand Up @@ -149,7 +149,7 @@ const sessions = await getEntry("sessions", "data");
}

.speaker-avatar {
object-fit: contain;
object-fit: cover;
border-radius: 100%;
overflow: hidden;
flex-shrink: 0;
Expand Down

0 comments on commit 1585509

Please sign in to comment.