nav adjusted

This commit is contained in:
Thomas Stubblefield 2023-11-13 13:02:26 -05:00
parent f7160ba1d4
commit df26b9ff04

View file

@ -44,7 +44,7 @@ const fixed = props =>
const Root = styled(Box)` const Root = styled(Box)`
position: fixed; position: fixed;
top: 0; top: 0;
width: 100%; width: 100vw;
z-index: 1000; z-index: 1000;
${fixed}; ${fixed};
@media print { @media print {
@ -98,7 +98,7 @@ const layout = props =>
height: 64px; height: 64px;
font-weight: bold; font-weight: bold;
font-size: ${theme.fontSizes[2]}px; font-size: ${theme.fontSizes[2]}px;
width: 100%; width: 100vw;
max-width: 18rem; max-width: 18rem;
&:not(:last-child) { &:not(:last-child) {
border-bottom: 1px solid rgba(48, 48, 48, 0.125); border-bottom: 1px solid rgba(48, 48, 48, 0.125);