Make images look better in iframes
This commit is contained in:
@@ -30,7 +30,7 @@ img {
|
||||
}
|
||||
@media screen and (max-width: 600px) {
|
||||
img {
|
||||
width: 100%;
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user