Fixes single item page header position

This commit is contained in:
mateuswetah 2020-08-17 10:57:13 -03:00
parent 72e0671ad8
commit f25017a3ad
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
margin-right: -4.1666667%;
margin-left: calc(-1 * ((100vw - 100%)/2));
margin-right: calc(-1 * ((100vw - 100%)/2));
margin-top: -2rem;
margin-top: -0.75rem;
position: relative;
width: 100%;
width: 100vw;

File diff suppressed because one or more lines are too long