mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
nav adjusted
This commit is contained in:
parent
f7160ba1d4
commit
df26b9ff04
1 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ const fixed = props =>
|
|||
const Root = styled(Box)`
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
width: 100vw;
|
||||
z-index: 1000;
|
||||
${fixed};
|
||||
@media print {
|
||||
|
|
@ -98,7 +98,7 @@ const layout = props =>
|
|||
height: 64px;
|
||||
font-weight: bold;
|
||||
font-size: ${theme.fontSizes[2]}px;
|
||||
width: 100%;
|
||||
width: 100vw;
|
||||
max-width: 18rem;
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px solid rgba(48, 48, 48, 0.125);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue