Skip to content

Commit

Permalink
better compatibility with mozilla
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed May 25, 2024
1 parent c087076 commit 7d864b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -165,7 +165,7 @@
> *:not(:last-child)::after {
content: '|';
margin: 0 0.5rex;
margin: 0 0.5ex;
}
}
Expand All @@ -181,7 +181,7 @@
> *:not(:last-child)::after {
content: '|';
margin: 0 0.5rex;
margin: 0 0.5ex;
}
}
Expand All @@ -191,7 +191,7 @@
display: flex;
flex-direction: row;
align-items: center;
gap: 2rex;
gap: 2ex;
.wallet-address {
display: inline-block;
Expand Down

0 comments on commit 7d864b1

Please sign in to comment.