1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-06-05 22:19:18 +02:00

fixes images not resizing

This commit is contained in:
Andrew Banchich
2017-05-24 21:58:12 -04:00
parent 6014a0b026
commit a72185abbe
2 changed files with 18 additions and 12 deletions

View File

@@ -6,7 +6,11 @@
/* Image */
.image {
img {
max-width: 100%;
}
.image {
border: 0;
display: inline-block;
position: relative;
@@ -59,4 +63,4 @@
margin: (_size(element-margin) * 0.75) 0;
}
}
}
}