From 7d864b15be553adb12937403573b5ab4491f2e78 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Sat, 25 May 2024 02:34:30 -0400 Subject: [PATCH] better compatibility with mozilla --- src/routes/+layout.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 6081389..ffa47d7 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -141,7 +141,7 @@ header { @extend .written-font; - margin: 0 2rex 1rem 2rex; + margin: 0 2ex 1rem 2ex; display: flex; flex-direction: row; flex-wrap: wrap; @@ -165,7 +165,7 @@ > *:not(:last-child)::after { content: '|'; - margin: 0 0.5rex; + margin: 0 0.5ex; } } @@ -181,7 +181,7 @@ > *:not(:last-child)::after { content: '|'; - margin: 0 0.5rex; + margin: 0 0.5ex; } } @@ -191,7 +191,7 @@ display: flex; flex-direction: row; align-items: center; - gap: 2rex; + gap: 2ex; .wallet-address { display: inline-block;