mirror of
https://github.com/remvze/moodist.git
synced 2026-04-21 22:50:56 -04:00
style: remove hero pattern
This commit is contained in:
parent
941e1f0241
commit
8f36c863d7
@ -3,7 +3,9 @@
|
||||
|
||||
.container {
|
||||
position: relative;
|
||||
padding: 120px 0 60px;
|
||||
padding: 100px 0 80px;
|
||||
|
||||
/* padding: 120px 0 60px; */
|
||||
|
||||
& .pattern {
|
||||
position: absolute;
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user