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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user