Skip to content

Commit 7d285c4

Browse files
committed
reduce mobile margins
1 parent 6675709 commit 7d285c4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

sass/style.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ body {
1212
background-color: #FCFCFC;
1313
font-family: "DM Sans", sans-serif;
1414
color: $black;
15-
margin: 1rem 15rem 1rem 15rem;
15+
max-width: 900px;
16+
margin: 1rem auto;
17+
padding: 0 2rem;
1618

1719
@media (max-width: 768px) {
18-
margin: 1rem 0.75rem;
20+
padding: 0 0.75rem;
1921
}
2022
}
2123

0 commit comments

Comments
 (0)