Skip to content

Commit 9783da2

Browse files
committed
FIX: show hamburger button on mobile
1 parent e36304b commit 9783da2

File tree

6 files changed

+12
-84
lines changed

6 files changed

+12
-84
lines changed

contact.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -135,20 +135,8 @@
135135
}
136136

137137
.menu-toggle {
138-
display: none;
139-
position: fixed;
140-
top: 16px;
141-
right: 18px;
142-
z-index: 1001;
143-
background: #FAF8F5;
144-
border: 1px solid #e2e6f0;
145-
border-radius: 6px;
146-
font-size: 1.2em;
147-
cursor: pointer;
148-
color: #374151;
149-
padding: 4px 8px;
150-
line-height: 1;
151-
}
138+
display: block;
139+
}
152140

153141
nav {
154142
display: none;

group.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -232,20 +232,8 @@
232232
}
233233

234234
.menu-toggle {
235-
display: none;
236-
position: fixed;
237-
top: 16px;
238-
right: 18px;
239-
z-index: 1001;
240-
background: #FAF8F5;
241-
border: 1px solid #e2e6f0;
242-
border-radius: 6px;
243-
font-size: 1.2em;
244-
cursor: pointer;
245-
color: #374151;
246-
padding: 4px 8px;
247-
line-height: 1;
248-
}
235+
display: block;
236+
}
249237

250238
nav {
251239
display: none;

hiring.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -173,20 +173,8 @@
173173
}
174174

175175
.menu-toggle {
176-
display: none;
177-
position: fixed;
178-
top: 16px;
179-
right: 18px;
180-
z-index: 1001;
181-
background: #FAF8F5;
182-
border: 1px solid #e2e6f0;
183-
border-radius: 6px;
184-
font-size: 1.2em;
185-
cursor: pointer;
186-
color: #374151;
187-
padding: 4px 8px;
188-
line-height: 1;
189-
}
176+
display: block;
177+
}
190178

191179
nav {
192180
display: none;

index.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -209,20 +209,8 @@
209209
}
210210

211211
.menu-toggle {
212-
display: none;
213-
position: fixed;
214-
top: 16px;
215-
right: 18px;
216-
z-index: 1001;
217-
background: #FAF8F5;
218-
border: 1px solid #e2e6f0;
219-
border-radius: 6px;
220-
font-size: 1.2em;
221-
cursor: pointer;
222-
color: #374151;
223-
padding: 4px 8px;
224-
line-height: 1;
225-
}
212+
display: block;
213+
}
226214

227215
nav {
228216
display: none;

publications.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -177,20 +177,8 @@
177177
}
178178

179179
.menu-toggle {
180-
display: none;
181-
position: fixed;
182-
top: 16px;
183-
right: 18px;
184-
z-index: 1001;
185-
background: #FAF8F5;
186-
border: 1px solid #e2e6f0;
187-
border-radius: 6px;
188-
font-size: 1.2em;
189-
cursor: pointer;
190-
color: #374151;
191-
padding: 4px 8px;
192-
line-height: 1;
193-
}
180+
display: block;
181+
}
194182

195183
nav {
196184
display: none;

research.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -179,20 +179,8 @@
179179
}
180180

181181
.menu-toggle {
182-
display: none;
183-
position: fixed;
184-
top: 16px;
185-
right: 18px;
186-
z-index: 1001;
187-
background: #FAF8F5;
188-
border: 1px solid #e2e6f0;
189-
border-radius: 6px;
190-
font-size: 1.2em;
191-
cursor: pointer;
192-
color: #374151;
193-
padding: 4px 8px;
194-
line-height: 1;
195-
}
182+
display: block;
183+
}
196184

197185
nav {
198186
display: none;

0 commit comments

Comments
 (0)