add a 75% max-width class, using it for GOTY?
This commit is contained in:
parent
788a9cbaba
commit
69feb0c29c
@ -115,6 +115,10 @@ img {
|
||||
max-width: 50% !important;
|
||||
}
|
||||
|
||||
.img-75 {
|
||||
max-width: 75% !important;
|
||||
}
|
||||
|
||||
.img-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
|
@ -6,3 +6,7 @@
|
||||
.img-50 {
|
||||
max-width: 50% !important;
|
||||
}
|
||||
|
||||
.img-75 {
|
||||
max-width: 75% !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user