We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37a175 commit d79ccbbCopy full SHA for d79ccbb
src/layout/Hero/HeroSection.svelte
@@ -28,10 +28,6 @@
28
margin-bottom: 2rem;
29
}
30
31
- .hero {
32
- padding-bottom: 9rem;
33
- }
34
-
35
.hero-text {
36
align-items: center;
37
src/layout/Navbar/NavHost.svelte
@@ -202,17 +202,10 @@
202
203
204
#nav-container {
205
+ top: 0;
206
position: sticky;
207
z-index: 666;
208
width: 100%;
209
- &:has(.nav-buttons > li:first-child.selected) {
210
- margin-bottom: 2.65rem;
211
212
- &:has(.banner) {
213
- margin-bottom: 1.5rem;
214
215
216
217
218
nav {
src/routes/+page.svelte
@@ -152,6 +152,7 @@
152
153
154
main {
155
+ padding-block: 2rem;
156
display: flex;
157
flex-direction: column;
158
gap: 1.5rem;
0 commit comments