Skip to content

Commit 5294864

Browse files
committed
style: Remove unnecessary code for margin and width
1 parent a25bd8a commit 5294864

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lunaria/styles.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ export const BaseStyles = html`
112112
}
113113
114114
main {
115-
margin-inline: auto;
116-
padding-inline: 1rem;
117-
}
118-
119-
.limit-to-viewport {
120115
max-width: 60ch;
121116
margin-inline: auto;
122117
}
@@ -186,7 +181,6 @@ export const BaseStyles = html`
186181
}
187182
188183
.status-by-file {
189-
width: 100%;
190184
border-collapse: collapse;
191185
border: 1px solid var(--ln-color-table-border);
192186
font-size: 0.8125rem;

0 commit comments

Comments
 (0)