Skip to content

Commit

Permalink
chore!: remove hard coded width
Browse files Browse the repository at this point in the history
  • Loading branch information
PleahMaCaka committed Oct 29, 2023
1 parent 8287a4b commit 6adef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ a:hover {
}

.main-width {
width: calc(100% - 280px);
width: 100%;
height: 100vh;
}

Expand Down

0 comments on commit 6adef14

Please sign in to comment.