Skip to content

Commit 65e1053

Browse files
committed
refactor(products): cleanup unnecessary tailwind classes
1 parent 82449ca commit 65e1053

File tree

1 file changed

+3
-3
lines changed
  • frontend/layers/products/app/pages/products

1 file changed

+3
-3
lines changed

frontend/layers/products/app/pages/products/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const {
107107
@search="execute()"
108108
/>
109109
</ProductLandingpageSection>
110-
<ProductLandingpageSection class="p-md">
110+
<ProductLandingpageSection class="mt-11xl">
111111
<BaseHeading
112112
is="h2"
113113
:id="id.api"
@@ -246,10 +246,10 @@ const {
246246
</BaseCard>
247247
</BaseCardLayout>
248248
</ProductLandingpageSection>
249-
<ProductLandingpageSection class="mt-11xl p-md">
249+
<ProductLandingpageSection class="mt-11xl">
250250
<ProductLandingpageSectionStakinghub />
251251
</ProductLandingpageSection>
252-
<ProductLandingpageSection class="mt-11xl p-md explorer-section">
252+
<ProductLandingpageSection class="mt-11xl explorer-section">
253253
<BaseHeading
254254
is="h2"
255255
:id="id.explorer"

0 commit comments

Comments
 (0)