Skip to content

Commit

Permalink
fix: update slide images to be 100% width
Browse files Browse the repository at this point in the history
This is necessary for SVGs, since they need a width
  • Loading branch information
alkrauss48 committed Jul 25, 2023
1 parent 0aff387 commit 481e57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
margin: 0 auto;
max-width: 100%;
max-height: 80vh;
width: 100%;
}

.typography ul{
Expand Down

0 comments on commit 481e57a

Please sign in to comment.