create a "plain" style with next to no CSS

This commit is contained in:
2021-03-09 09:10:33 -06:00
parent 06d948a709
commit 757b067e16
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
.img-25 {
max-width: 25% !important;
}
.img-50 {
max-width: 50% !important;
}