diff options
Diffstat (limited to '_scss/components/_image.scss')
-rw-r--r-- | _scss/components/_image.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_scss/components/_image.scss b/_scss/components/_image.scss new file mode 100644 index 0000000..c2f15eb --- /dev/null +++ b/_scss/components/_image.scss @@ -0,0 +1,4 @@ +img { + max-width: 100%; + width: auto; +} |