Skip to content

Commit 404d6d8

Browse files
committed
chore: adjust layout width and text-align of content
1 parent dc29fb3 commit 404d6d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"comments"
1111
;
1212

13+
.wrapper {
14+
max-width: -webkit-calc(1000px - 30px);
15+
max-width: calc(1000px - 30px);
16+
text-align: left;
17+
}
18+
1319
.projectFilter a {
1420
margin-right: 5px;
1521
margin-left: 5px;

0 commit comments

Comments
 (0)