add a 75% max-width class, using it for GOTY?

This commit is contained in:
Brian S. Stephan 2022-01-02 22:51:21 -06:00
parent 788a9cbaba
commit 69feb0c29c
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 8 additions and 0 deletions

View File

@ -115,6 +115,10 @@ img {
max-width: 50% !important;
}
.img-75 {
max-width: 75% !important;
}
.img-center {
display: block;
margin-left: auto;

View File

@ -6,3 +6,7 @@
.img-50 {
max-width: 50% !important;
}
.img-75 {
max-width: 75% !important;
}