Skip to content

Commit 1bd5f4d

Browse files
committed
STYLE: apply mobile footer layout to all remaining pages
1 parent 45c6d94 commit 1bd5f4d

4 files changed

Lines changed: 44 additions & 0 deletions

File tree

contact.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,17 @@
190190
.news-date {
191191
font-size: 0.78em;
192192
}
193+
194+
footer {
195+
flex-direction: column;
196+
align-items: flex-start;
197+
gap: 10px;
198+
}
199+
200+
.footer-logos {
201+
align-self: center;
202+
}
203+
193204
}
194205

195206
/* Drawer */

group.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,17 @@
287287
.news-date {
288288
font-size: 0.78em;
289289
}
290+
291+
footer {
292+
flex-direction: column;
293+
align-items: flex-start;
294+
gap: 10px;
295+
}
296+
297+
.footer-logos {
298+
align-self: center;
299+
}
300+
290301
}
291302

292303
/* Drawer */

hiring.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,17 @@
228228
.news-date {
229229
font-size: 0.78em;
230230
}
231+
232+
footer {
233+
flex-direction: column;
234+
align-items: flex-start;
235+
gap: 10px;
236+
}
237+
238+
.footer-logos {
239+
align-self: center;
240+
}
241+
231242
}
232243

233244
/* Drawer */

publications.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,17 @@
232232
.news-date {
233233
font-size: 0.78em;
234234
}
235+
236+
footer {
237+
flex-direction: column;
238+
align-items: flex-start;
239+
gap: 10px;
240+
}
241+
242+
.footer-logos {
243+
align-self: center;
244+
}
245+
235246
}
236247

237248
/* Drawer */

0 commit comments

Comments
 (0)