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 df4e5c6 commit c41ef95Copy full SHA for c41ef95
1 file changed
apps/web/src/routes/+page.svelte
@@ -101,9 +101,7 @@
101
}
102
103
nav {
104
- position: sticky;
105
- top: 1.25rem;
106
- margin: 0 auto;
+ margin: 1.25rem auto 0;
107
width: min(1100px, calc(100% - 2rem));
108
max-width: 1100px;
109
border-radius: var(--radius-xl);
@@ -322,7 +320,7 @@
322
320
323
321
@media (max-width: 860px) {
324
325
- top: 0.9rem;
+ margin-top: 0.9rem;
326
padding: 0.85rem 1.1rem;
327
328
0 commit comments