add an .img-25 for 25% wide images
This commit is contained in:
parent
e8a749d9ba
commit
7cf8a427ce
@ -127,6 +127,10 @@ img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.img-25 {
|
||||
max-width: 25% !important;
|
||||
}
|
||||
|
||||
.img-50 {
|
||||
max-width: 50% !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user