Skip to content

Commit 41f193b

Browse files
committed
Merge #53: Fix Unnecessary Margin style.scss
ead08c5 Fix Unnecessary Margin style.scss (iajhff) Pull request description: 1 │.main-content { 2 │ padding: 0 37px; 3 │- margin: 220px auto 75px; 4 │+ margin: 40px auto 75px; 5 │ @media (max-width: 768px) { 6 │- margin-top: 75px; 7 │+ margin-top: 30px; 8 │ padding: 0 10px; 9 │ } 10 │} ACKs for top commit: apoelstra: ACK ead08c5; successfully ran local tests Tree-SHA512: 605e8949c843fb32dc1308f035b8f8a0ba876649583fd4378dcaf53d7dc4676309a3983d569249229161192138920ca8689165fd7d3bfffc03841564acc0c490
2 parents dc1f8c1 + ead08c5 commit 41f193b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assets/style/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ p {
4646

4747
.main-content {
4848
padding: 0 37px;
49-
margin: 220px auto 75px;
49+
margin: 40px auto 75px;
5050
@media (max-width: 768px) {
51-
margin-top: 75px;
51+
margin-top: 30px;
5252
padding: 0 10px;
5353
}
5454
}
@@ -131,4 +131,4 @@ input[type="radio"]{
131131
outline: none;
132132
border: 1px solid rgba(255, 255, 255, 0.18);
133133
}
134-
}
134+
}

0 commit comments

Comments
 (0)