Skip to content

Commit 8bca88e

Browse files
feat: reduced margins
1 parent 6eaf5db commit 8bca88e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/pages/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545

4646
.page-container {
47-
margin: 50px 20%;
47+
margin: 50px 18%;
4848
/* width: 100%; */
4949
text-align: left;
5050
display: flex;
@@ -54,7 +54,7 @@
5454
}
5555

5656
.content-page-container {
57-
margin: 50px 30%;
57+
margin: 50px 18%;
5858
/* width: 100%; */
5959
text-align: left;
6060
display: flex;

0 commit comments

Comments
 (0)