Skip to content

Commit

Permalink
chore: adjust layout width and text-align of content
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Nov 6, 2024
1 parent dc29fb3 commit 404d6d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"comments"
;

.wrapper {
max-width: -webkit-calc(1000px - 30px);
max-width: calc(1000px - 30px);
text-align: left;
}

.projectFilter a {
margin-right: 5px;
margin-left: 5px;
Expand Down

0 comments on commit 404d6d8

Please sign in to comment.