mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +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)`
|
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue