Remove the border from the site header when it's pinned to the top
This commit is contained in:
parent
0a410b0ad8
commit
ac991083a0
1 changed files with 3 additions and 0 deletions
|
@ -292,7 +292,10 @@ header.site > .grid > nav:last-of-type {
|
|||
|
||||
@media (max-width: 516px) {
|
||||
header.site > .platter {
|
||||
border-left: none;
|
||||
border-radius: 0;
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
}
|
||||
header.site > .grid {
|
||||
max-width: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue