Add rule for resize images.

This commit is contained in:
2019-08-08 22:24:55 +02:00
parent 55f8ed986e
commit 8ec806440b

View File

@@ -74,3 +74,7 @@ body {
border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
/* ***** End of Card style ***** */
img {
max-width: 100% !important;
}