Skip to content

Commit 391a818

Browse files
committed
FIX: remove footer column override in mobile media query
1 parent 938285d commit 391a818

6 files changed

Lines changed: 0 additions & 30 deletions

File tree

contact.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@
163163
width: 100%;
164164
}
165165

166-
footer {
167-
flex-direction: column;
168-
align-items: flex-start;
169-
gap: 12px;
170-
}
171166

172167
body {
173168
font-size: 14px;

group.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,6 @@
260260
width: 100%;
261261
}
262262

263-
footer {
264-
flex-direction: column;
265-
align-items: flex-start;
266-
gap: 12px;
267-
}
268263

269264
body {
270265
font-size: 14px;

hiring.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,6 @@
201201
width: 100%;
202202
}
203203

204-
footer {
205-
flex-direction: column;
206-
align-items: flex-start;
207-
gap: 12px;
208-
}
209204

210205
body {
211206
font-size: 14px;

index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,6 @@
237237
width: 100%;
238238
}
239239

240-
footer {
241-
flex-direction: column;
242-
align-items: flex-start;
243-
gap: 12px;
244-
}
245240

246241
body {
247242
font-size: 14px;

publications.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,6 @@
205205
width: 100%;
206206
}
207207

208-
footer {
209-
flex-direction: column;
210-
align-items: flex-start;
211-
gap: 12px;
212-
}
213208

214209
body {
215210
font-size: 14px;

research.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,6 @@
207207
width: 100%;
208208
}
209209

210-
footer {
211-
flex-direction: column;
212-
align-items: flex-start;
213-
gap: 12px;
214-
}
215210

216211
body {
217212
font-size: 14px;

0 commit comments

Comments
 (0)