From 578d8a9bcad8550adab40e1771de852773961054 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Thu, 26 Oct 2017 15:13:52 +0200 Subject: [PATCH] Update styling of notice box to work with the search box --- assets/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index e67973e..d48a815 100644 --- a/assets/style.css +++ b/assets/style.css @@ -67,15 +67,14 @@ article>hr { .notice { background: lightyellow; - padding: 32px 48px; + padding: 16px 48px; font-size: 18px; line-height: 32px; box-sizing: border-box; max-width: 616px; width: 100%; - margin-left: auto; - margin-right: auto; + margin: 30px auto; } header, article>*, .search {