Skip to content

Commit

Permalink
chore: Remove unnecessary width properties in CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Aug 28, 2024
1 parent b993d83 commit 75e22df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ p, a {
}

body {
width: 100vw;
background-color: var(--color-background);
overflow-x: hidden;
}
Expand Down
1 change: 0 additions & 1 deletion src/styles/navbar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
nav {
width: 100vw;
height: 60px;

background-color: var(--color-card);
Expand Down

0 comments on commit 75e22df

Please sign in to comment.