Updated navigation.

This commit is contained in:
Mike Cao 2023-03-21 21:28:36 -07:00
parent 611169c65f
commit fc2a8f3d9f
13 changed files with 156 additions and 123 deletions

View file

@ -1,8 +1,3 @@
html {
overflow-x: hidden;
margin-right: calc(-1 * (100vw - 100%));
}
html,
body {
font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans,
@ -20,6 +15,7 @@ body {
flex: 1;
color: var(--font-color100);
background: var(--base50);
overflow: hidden;
}
*,
@ -64,7 +60,8 @@ svg {
#__next {
display: flex;
flex-direction: column;
flex: 1;
width: 100%;
height: 100%;
flex: 1;
overflow: hidden;
}