From 2ea2011134a472ff3d5d9a7ca96d080c3b8ad5bc Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Wed, 20 Jan 2021 22:38:08 +0100 Subject: [PATCH] fix abuseipdb banner breaks very small devices --- scss/_content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_content.scss b/scss/_content.scss index 2c55453..f34be4e 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -37,7 +37,7 @@ article{ } #banner img { - width: 100%; + max-width: 100% !important; } .breakWord{ word-wrap: break-word; -- GitLab