Skip to content

Commit c864d89

Browse files
authored
All the links are properly alligned (sugarlabs#297)
1 parent bbbbc82 commit c864d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sections/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@ const MobileNavDrawer: React.FC<{
196196
<div className="h-16" />
197197

198198
{/* Scrollable content area */}
199-
<div className="flex-1 overflow-y-auto px-4 py-2">
199+
<div className="flex-1 overflow-y-auto py-2">
200200
<div className="space-y-4">
201201
{/* Dropdown menus */}
202202
{Object.entries(navigationData.dropdowns).map(
203203
([key, dropdown]) => (
204-
<div key={key} className="space-y-1">
204+
<div key={key} className="space-y-1 px-2">
205205
<button
206206
onClick={() =>
207207
setActiveDropdown(activeDropdown === key ? null : key)

0 commit comments

Comments
 (0)