From 06599a881f541c91047b73df4e42537e18923f77 Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Wed, 20 Jan 2021 21:32:08 +0100 Subject: [PATCH] fix ip abuse db banner on small devices --- scss/_content.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_content.scss b/scss/_content.scss index fd8a20a..39ecfaa 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -38,4 +38,8 @@ article{ #homeImage{ float: left; margin-right: 5px; +} + +#banner img { + width: 100%; } \ No newline at end of file