Skip to content

Commit

Permalink
fix: minor tweak base-content width
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 committed Dec 24, 2023
1 parent ae4371f commit 63c4176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/styles/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
scrollbar-gutter: stable;

.base-content {
width: 90%;
width: calc(100% - 28px * 2);
// max-width: 850px;
margin: 0 auto;
// animation: var(--base-content-animation, opacity-content-in) var(base-content-in, 300ms) normal 1 forwards;
Expand Down

0 comments on commit 63c4176

Please sign in to comment.