Skip to content

Commit

Permalink
fix: Use correct box-sizing for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Jun 18, 2024
1 parent f2f226b commit c53b169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $pf-global--BorderRadius--sm: 8px;
border-radius: var(--pf-global--BorderRadius--sm);

border: var(--pf-global--BorderWidth--sm) solid white;
box-sizing: content-box;

&--light {
@media (prefers-color-scheme: dark) {
Expand Down

0 comments on commit c53b169

Please sign in to comment.