mirror of
https://github.com/danbulant/design
synced 2026-07-06 03:20:49 +00:00
Fix width
This commit is contained in:
parent
d1d98c997b
commit
f377d896f1
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: calc(100vw - 15px);
|
/*width: calc(100vw - 15px);*/
|
||||||
max-width: 1920px;
|
max-width: 1920px;
|
||||||
margin: 0 auto 30px auto;
|
margin: 0 auto 30px auto;
|
||||||
background: white;
|
background: white;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue