mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: remove hero pattern
This commit is contained in:
parent
941e1f0241
commit
8f36c863d7
2 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue