Remove the border from the site header when it's pinned to the top

This commit is contained in:
Eryn Wells 2022-10-26 09:20:27 -04:00
parent 0ece19281b
commit a56c431353

View file

@ -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;