Skip to content

Commit

Permalink
Revert adjusting Oops! text positioning
Browse files Browse the repository at this point in the history
See #155
  • Loading branch information
adamwoodnz committed Sep 20, 2024
1 parent 8072d19 commit fb1f3ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ body.error404 {
z-index: -1;
position: absolute;
top: 22px;
left: -10vw;
left: -4.9vw;
font-family: var(--wp--preset--font-family--eb-garamond);
font-size: var(--oops-font-size);
line-height: var(--oops-font-size);
opacity: 0.4; // Make the overlaid text more readable.

@include break-small() {
top: calc(var(--oops-font-size) * -0.58);
top: calc(var(--oops-font-size) * -0.25);
}
}
}
Expand Down

0 comments on commit fb1f3ba

Please sign in to comment.