Fixing image size

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

View File

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