Skip to content

Commit

Permalink
Merge pull request #542 from pycontw/fix/image-center
Browse files Browse the repository at this point in the history
fix(keynote): center the img in keynote
  • Loading branch information
SivanYeh authored Jun 15, 2024
2 parents edd8aa1 + 1111972 commit 059c31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/conference/keynotes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default {
@apply mb-20 md:mb-28;
}
.keynote__photo {
@apply mx-auto my-2 h-24 w-24 md:h-28 md:w-28;
@apply mx-auto my-2 flex h-24 w-24 justify-center md:h-28 md:w-28;
}
.keynote__photo img {
Expand Down

0 comments on commit 059c31f

Please sign in to comment.