Skip to content

Commit 4d4120b

Browse files
fix: Themes and Updates sections not flexibale on mobile view
1 parent 2491c8e commit 4d4120b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/sections/Themes.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section id="themes" class="py-16 bg-[#1a1a1a]">
1+
<section id="themes" class="py-16 px-6 bg-[#1a1a1a]">
22
<div class="max-w-7xl mx-auto">
33
<h2 class="text-4xl md:text-5xl font-bold text-white text-center mb-12">Available Themes</h2>
44

src/components/sections/Updates.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section id="updates" class="py-16">
1+
<section id="updates" class="py-16 px-6">
22
<div class="max-w-7xl mx-auto">
33
<h2 class="text-4xl md:text-5xl font-bold text-white text-center mb-12">Latest Updates</h2>
44

0 commit comments

Comments
 (0)