add an .img-25 for 25% wide images

This commit is contained in:
Brian S. Stephan 2021-02-12 09:26:10 -06:00
parent e8a749d9ba
commit 7cf8a427ce
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ img {
max-width: 100%;
}
.img-25 {
max-width: 25% !important;
}
.img-50 {
max-width: 50% !important;
}