Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Jul 12, 2024
1 parent 16ff39c commit 7268233
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/web/app/components/StorePageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ section {
--store-padding: calc(var(--unit) * 7.5) 0;
position: relative;
padding: var(--store-padding) 0;
padding: var(--store-padding);
background: rgba(255, 255, 255);
backdrop-filter: blur(8px);
&::before {
Expand All @@ -153,11 +153,9 @@ section {
}
.store-root {
--store-padding: calc(var(--unit) * 7.5) 0;
--store-body-padding: calc(var(--unit) * 6) calc(var(--unit) * 7.5);
padding: var(--store-padding) 0;
padding: var(--store-body-padding);
display: flex;
flex-direction: column;
gap: calc(8px * 10);
Expand Down

0 comments on commit 7268233

Please sign in to comment.