From 0a1b96d0753990677f57c810e2177a74165e981c Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Thu, 4 Jun 2020 15:01:27 +0900 Subject: [PATCH] Fix the i18n notice box to account for banner closes #1162 fixes #1165 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 704c0d53cd..3736a9ca6f 100644 --- a/css/style.css +++ b/css/style.css @@ -562,7 +562,7 @@ html[xmlns] .clearfix { } #i18n-notice-box { - margin-top: 100px; + margin-top: 150px; position: relative; }