mobile > product > gallery : fix position
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
4b7062e0bd
commit
6d68ea0145
3 changed files with 9 additions and 1 deletions
|
|
@ -1054,6 +1054,10 @@ body.is-fullscreen {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
.product-content {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.store__nav {
|
||||
padding-top: calc(var(--spacing) * 1);
|
||||
padding-bottom: calc(var(--spacing) * 0.5);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -5,6 +5,10 @@
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
.product-content {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.store__nav {
|
||||
padding-top: calc(var(--spacing) * 1);
|
||||
padding-bottom: calc(var(--spacing) * 0.5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue