Skip to content

Commit

Permalink
New classes for sizing images
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Aug 16, 2024
1 parent cc57ae6 commit f7a723b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,20 @@ video {

.image-small img {
width: 5em;
}

.image-medium img {
width: 10em;
}

.image-large img {
width: 15em;
}

.image-xlarge img {
width: 20em;
}

.center {
text-align: center;
}

0 comments on commit f7a723b

Please sign in to comment.