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 0a410b0ad8
commit ac991083a0

View file

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