Skip to content

Commit 041b103

Browse files
committed
fix: navbar padding
1 parent 7d0ba3d commit 041b103

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/chronicle/src/themes/paper/Page.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.main {
22
flex: 1;
3-
width: 90%;
3+
width: 100%;
44
max-width: calc(1024px + var(--rs-space-17));
55
margin: 0 auto;
66
padding-top: var(--rs-space-12);
@@ -137,8 +137,8 @@
137137
box-shadow:
138138
0 1px 3px rgba(0, 0, 0, 0.08),
139139
0 4px 12px rgba(0, 0, 0, 0.04);
140-
margin-bottom: var(--rs-space-9);
141140
min-height: calc(100vh - var(--rs-space-12));
141+
margin: 0 var(--rs-space-7) var(--rs-space-9) var(--rs-space-7);
142142
}
143143

144144
.content h1,

0 commit comments

Comments
 (0)