Update styling of notice box to work with the search box

This commit is contained in:
Magnus Hoff 2017-10-26 15:13:52 +02:00
parent c4f247fea7
commit 578d8a9bca

View file

@ -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 {