From efc7bdbbec05d3538ca2ddef616ba26148f05424 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 31 May 2021 12:16:10 +0200 Subject: [PATCH] fixed some mobile display inconsistencies --- style/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index 2081611..158b9dd 100644 --- a/style/style.css +++ b/style/style.css @@ -178,6 +178,7 @@ body { .card-link { margin-left: 0px !important; margin-right: 10px; + margin-bottom: 10px; } .alert { @@ -241,7 +242,8 @@ blockquote { max-width: none; } - .list-display { + .list-display, + .jumbotron { width: auto; padding-left: 20px; padding-right: 20px;