Skip to content

Commit

Permalink
fix: sidebar detection slightly incorrect
Browse files Browse the repository at this point in the history
hopefully should fix it?? idk
  • Loading branch information
intergrav committed Jul 10, 2024
1 parent f9e853b commit 6083769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ blockquote *:last-child {
margin-bottom: 0;
}

@media (max-width: calc(-1px + (750px + 4rem) + ((250px + 2rem)*2))) {
@media (max-width: calc(-1px + (750px + 5rem) + ((250px + 2rem)*2))) {
header {
background: var(--dc-bg-2);
border-bottom: 1px solid var(--dc-bg-3);
Expand Down Expand Up @@ -250,7 +250,7 @@ blockquote *:last-child {
}
}

@media (min-width: calc((750px + 4rem) + ((250px + 2rem)*2))) {
@media (min-width: calc((750px + 5rem) + ((250px + 2rem)*2))) {
header {
padding: 2rem;
padding-right: 0;
Expand Down

0 comments on commit 6083769

Please sign in to comment.