Skip to content

Commit 1cf006b

Browse files
Feat/86 megamenu (#137)
* add basic megamenu structure and add missing icons * update megamenu desktop design * Update MegaMenu.tsx * Feat/85 hero (#132) * add hero * fix styling * fix css issue on dropdown menu * Update ProductNavigation.tsx * Update landingHero.module.css * add truncate * fix some styling * cleaned up old components and fixed some mobile styling * format megamenu and remove dead code * Update productNavigation.module.css * Update index.astro
1 parent 03b02da commit 1cf006b

26 files changed

+551
-778
lines changed

public/images/hero-1.png

882 KB
Loading

public/images/hero-dotted.png

136 KB
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Loading

src/components/Demos.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
display: flex;
44
flex-direction: column;
55
gap: var(--space-6x);
6+
7+
& > h2 {
8+
font-size: 28px;
9+
}
610
}
711

812
.grid {

0 commit comments

Comments
 (0)