Skip to content

Commit a9bdfa6

Browse files
committed
Fix footer padding on mobile
1 parent dbfeee8 commit a9bdfa6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

static/css/site.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,15 @@ iframe {
8888
}
8989

9090
#siteMeta h3 {
91-
margin-top: 0;
91+
margin-top: 30px;
9292
}
9393

94-
9594
#siteMeta i {
9695
padding-right: 0.25em;
9796
}
9897

9998
#nextRead h3 {
100-
margin-top: 0;
99+
margin-top: 30px;
101100
}
102101

103102
#nextRead .excerpt {
@@ -122,14 +121,18 @@ iframe {
122121
margin-bottom: 60px;
123122
}
124123

124+
#userComments {
125+
padding: 30px 0;
126+
}
127+
125128
#userComments .utterances {
126129
max-width: inherit !important;
127130
}
128131

129132
.footerSection {
130133
font-size: 0.9em;
131-
padding: 30px 0px;
132134
border-top: 1px solid #ddd;
135+
padding-bottom: 30px;
133136
}
134137

135138
.footnote {

0 commit comments

Comments
 (0)