diff --git a/src/components/sections/agenda.js b/src/components/sections/agenda.js index c13c1a2..b2acc6e 100644 --- a/src/components/sections/agenda.js +++ b/src/components/sections/agenda.js @@ -184,23 +184,27 @@ function TabList({ agendaData, activeTab, activeDay, toggleTabs }) { >
-
Galois Stage
-
- {activeDay === "Day1" - ? getThemes("day1", "stage1").map((theme) => { - return ( -
- {theme.id} -
- ); - }) - : getThemes("day2", "stage1").map((theme) => { - return ( -
- {theme.id} -
- ); - })} +
+
Galois Stage
+
+
+
+ {activeDay === "Day1" + ? getThemes("day1", "stage1").map((theme) => { + return ( +
+ {theme.id} +
+ ); + }) + : getThemes("day2", "stage1").map((theme) => { + return ( +
+ {theme.id} +
+ ); + })} +
@@ -210,23 +214,27 @@ function TabList({ agendaData, activeTab, activeDay, toggleTabs }) { >
-
Fourier Stage
-
- {activeDay === "Day1" - ? getThemes("day1", "stage2").map((theme) => { - return ( -
- {theme.id} -
- ); - }) - : getThemes("day2", "stage2").map((theme) => { - return ( -
- {theme.id} -
- ); - })} +
+
Fourier Stage
+
+
+
+ {activeDay === "Day1" + ? getThemes("day1", "stage2").map((theme) => { + return ( +
+ {theme.id} +
+ ); + }) + : getThemes("day2", "stage2").map((theme) => { + return ( +
+ {theme.id} +
+ ); + })} +
@@ -234,23 +242,27 @@ function TabList({ agendaData, activeTab, activeDay, toggleTabs }) { diff --git a/src/components/sections/agenda.scss b/src/components/sections/agenda.scss index f4e9057..893fa4c 100644 --- a/src/components/sections/agenda.scss +++ b/src/components/sections/agenda.scss @@ -191,9 +191,11 @@ text-transform: uppercase; border-radius: 5px; padding: 8px 10px; - margin-right: 6px; + margin-right: 3px; + margin-top: 3px; @media (min-width: $md) { margin-top: 8px; + margin-right: 6px; } }