fix banner
This commit is contained in:
parent
d0771dbcfa
commit
a3d083c5de
2 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
$bg: #000;
|
||||
$border: hsl(0, 0%, 0%);
|
||||
$border: #761026;
|
||||
$link: #ad3040;
|
||||
|
|
|
|||
|
|
@ -9,3 +9,13 @@ body {
|
|||
|
||||
a { color: mp.$link; }
|
||||
}
|
||||
|
||||
.header-wrapper{
|
||||
display: inline;
|
||||
|
||||
.header-banner {
|
||||
display: inherit;
|
||||
border: 1px solid mp.$border;
|
||||
border-radius: 0% 0% 20px 0%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue