Fixing image size

This commit is contained in:
Unick Soft 2017-06-24 12:45:02 +03:00
parent be0667d4a9
commit 67f8cdaa93

View File

@ -3,3 +3,7 @@ pre{
border-color: transparent; border-color: transparent;
background-color: transparent; background-color: transparent;
} }
img {
max-width: 100% !important;
}