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 {
|
.notice {
|
||||||
background: lightyellow;
|
background: lightyellow;
|
||||||
padding: 32px 48px;
|
padding: 16px 48px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
max-width: 616px;
|
max-width: 616px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: auto;
|
margin: 30px auto;
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header, article>*, .search {
|
header, article>*, .search {
|
||||||
|
|
Loading…
Reference in a new issue