aboutsummaryrefslogtreecommitdiff
path: root/src/routes/+layout.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/+layout.svelte')
-rw-r--r--src/routes/+layout.svelte4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 460afcce..c0bf86e9 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -361,6 +361,8 @@ $: {
{/if}
<style lang="scss">
+ @use "breakpoints" as *;
+
.header {
font-family:
'DM Sans',
@@ -458,7 +460,7 @@ $: {
display: none;
}
- @media (max-width: 800px) {
+ @media (max-width: $bp-md) {
.header {
position: fixed;
top: 1.25rem;