Skip to content

Commit 57312b4

Browse files
committed
chore: fix mobile layout
1 parent 3560754 commit 57312b4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/layouts/pages/Page.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const { title } = Astro.props;
1515

1616
div {
1717
width: var(--width-max-content);
18+
max-width: 100%;
1819
}
1920

2021
section > :global(*:first-child) {

src/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ html.dark:root {
104104
--font-size: 14px;
105105
--padding-page: 1rem;
106106
--line-height: 1.4;
107-
--border-radius: 0;
108107
}
109108
}
110109

0 commit comments

Comments
 (0)