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