Fixes single item page header position
This commit is contained in:
parent
72e0671ad8
commit
f25017a3ad
|
@ -26,7 +26,7 @@
|
||||||
margin-right: -4.1666667%;
|
margin-right: -4.1666667%;
|
||||||
margin-left: calc(-1 * ((100vw - 100%)/2));
|
margin-left: calc(-1 * ((100vw - 100%)/2));
|
||||||
margin-right: calc(-1 * ((100vw - 100%)/2));
|
margin-right: calc(-1 * ((100vw - 100%)/2));
|
||||||
margin-top: -2rem;
|
margin-top: -0.75rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue