From 3647ff37c565c77ebd1e68fce1552201c35b5cb3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 15 May 2018 15:28:17 +0400 Subject: Complete redesign of site styles Signed-off-by: Valentin Popov --- _scss/components/_image.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _scss/components/_image.scss (limited to '_scss/components/_image.scss') 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; +} -- cgit v1.2.3