Skip to content

Commit f171d1f

Browse files
committed
Tighten the content margin on mobile
1 parent 3ec2c6e commit f171d1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ body > footer > div > #reduced {
109109
display: none;
110110
}
111111
@media (max-width: 768px) {
112+
body > hero {
113+
padding: 30px;
114+
}
115+
body > main {
116+
padding: 30px;
117+
}
112118
body > footer {
113119
padding: 50pt;
114120
font-size: 20pt;

0 commit comments

Comments
 (0)