From 0058e2102bd0ef90fc0e7c95616c2a8e046d2cbe Mon Sep 17 00:00:00 2001 From: davrous Date: Mon, 19 Jun 2017 15:41:17 +0200 Subject: [PATCH] iOS ok, bigger width on desktop. --- scss/_theme.scss | 2 +- scss/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_theme.scss b/scss/_theme.scss index fd728c651..90834f36e 100644 --- a/scss/_theme.scss +++ b/scss/_theme.scss @@ -53,7 +53,7 @@ hr.margin { @media (min-width: $md) { img { height: auto; - width: auto; max-width: 80%; + width: auto; max-width: 100%; } } text-align: center; diff --git a/scss/main.css b/scss/main.css index de835636d..3c773eeb5 100644 --- a/scss/main.css +++ b/scss/main.css @@ -458,7 +458,7 @@ hr.margin { .page-title img { height: auto; width: auto; - max-width: 80%; } } + max-width: 100%; } } .page-title h2 { margin: 0; font-family: "Roboto", sans-serif;