13 lines
194 B
CSS
13 lines
194 B
CSS
/* specify almost no styling, just fix some image rendering */
|
|
.img-25 {
|
|
max-width: 25% !important;
|
|
}
|
|
|
|
.img-50 {
|
|
max-width: 50% !important;
|
|
}
|
|
|
|
.img-75 {
|
|
max-width: 75% !important;
|
|
}
|