From 96439d138463e986cf4897e137e664515c3acc8a Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Mon, 9 Apr 2018 11:39:25 +0200 Subject: [PATCH] Fix message margin preventing full-size sidebar (previous commit) --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 59f311c..cae5019 100644 --- a/css/style.css +++ b/css/style.css @@ -110,7 +110,6 @@ footer { justify-content: center; } #message { - margin: 10px 46px; /* 10 + 26 + 10 */ z-index: 3000; font-size: 1rem; } @@ -226,6 +225,10 @@ https://css-tricks.com/svg-line-animation-works/ padding: 2px 15px; } +#message .alert { + margin: 10px 46px; /* 10 + 26 + 10 */ +} + #profile_message .alert { margin-top: 3px; }