Skip to content

Commit afe6e27

Browse files
fix: width issue on large screens (#20)
* style(ui): update global fonts (Belanosima + Bungee) * feat: cutomize the global scrollbar(match with theme) * fix: width issue on large screens
1 parent 60ac2b2 commit afe6e27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Footer = () => (
1010
<footer
1111
id="footer"
1212
className="
13-
w-screen
13+
w-full
1414
p-4
1515
mt-4
1616
bg-secondary-700

src/components/Hero.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const Hero = () => {
7272
return (
7373
<section
7474
className="
75-
w-screen
75+
w-full
7676
aspect-[9/16] sm:aspect-[3/4] md:aspect-[4/3] lg:aspect-[21/9]
7777
bg-primary-400 dark:bg-primary-600
7878
max-h-screen

0 commit comments

Comments
 (0)