style: remove hero pattern

This commit is contained in:
MAZE 2024-02-27 20:14:30 +03:30
parent 941e1f0241
commit 8f36c863d7
2 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,9 @@
.container {
position: relative;
padding: 120px 0 60px;
padding: 100px 0 80px;
/* padding: 120px 0 60px; */
& .pattern {
position: absolute;

View file

@ -13,7 +13,7 @@ export function Hero() {
return (
<div className={styles.hero}>
<Container className={styles.container}>
<div className={styles.pattern} />
{/* <div className={styles.pattern} /> */}
<img
alt="Faded Moodist Logo"