Update styling of notice box to work with the search box
This commit is contained in:
parent
c4f247fea7
commit
578d8a9bca
1 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue