Skip to content

Commit 7c3a21c

Browse files
change padding on layouts
1 parent 30601b4 commit 7c3a21c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/markdoc/layouts/Author.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
</div>
164164
</div>
165165

166-
<div class="py-10">
166+
<div class="pt-10">
167167
<div class="web-big-padding-section-level-2">
168168
<div class="container">
169169
<h2 class="text-title font-aeonik-pro text-primary">Articles</h2>

src/markdoc/layouts/Integration.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
</div>
144144
</div>
145145

146-
<div class="web-u-sep-block-start mt-12 overflow-hidden py-10">
146+
<div class="web-u-sep-block-start mt-12 overflow-hidden pt-10">
147147
<!-- <ProductsGrid /> -->
148148

149149
<div class="container">

0 commit comments

Comments
 (0)