Skip to content

Commit a773e8e

Browse files
committed
STYLE: reduce header padding on mobile
1 parent 3c952bd commit a773e8e

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

contact.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
font-size: 1.7em;
135135
}
136136

137+
header {
138+
padding-bottom: 10px;
139+
margin-bottom: 24px;
140+
}
141+
137142
.menu-toggle {
138143
display: block;
139144
}

group.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@
231231
font-size: 1.7em;
232232
}
233233

234+
header {
235+
padding-bottom: 10px;
236+
margin-bottom: 24px;
237+
}
238+
234239
.menu-toggle {
235240
display: block;
236241
}

hiring.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@
172172
font-size: 1.7em;
173173
}
174174

175+
header {
176+
padding-bottom: 10px;
177+
margin-bottom: 24px;
178+
}
179+
175180
.menu-toggle {
176181
display: block;
177182
}

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@
208208
font-size: 1.7em;
209209
}
210210

211+
header {
212+
padding-bottom: 10px;
213+
margin-bottom: 24px;
214+
}
215+
211216
.menu-toggle {
212217
display: block;
213218
}

publications.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@
176176
font-size: 1.7em;
177177
}
178178

179+
header {
180+
padding-bottom: 10px;
181+
margin-bottom: 24px;
182+
}
183+
179184
.menu-toggle {
180185
display: block;
181186
}

research.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@
178178
font-size: 1.7em;
179179
}
180180

181+
header {
182+
padding-bottom: 10px;
183+
margin-bottom: 24px;
184+
}
185+
181186
.menu-toggle {
182187
display: block;
183188
}

0 commit comments

Comments
 (0)