Skip to content

Commit 917bcde

Browse files
committed
Update padding for mobile responsiveness in index.astro
1 parent a6c7b1a commit 917bcde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/marketing/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ const themeIdeas = [
10421042

10431043
@media (max-width: 720px) {
10441044
.main {
1045-
padding: 1.5rem 1rem 3.5rem;
1045+
padding-block: 1.5rem 3.5rem;
10461046
}
10471047

10481048
.tagline {

0 commit comments

Comments
 (0)