Skip to content

Commit 0e95cc2

Browse files
committed
fix it fix it fix the stupid mobile heights!!!
1 parent 1a95a3b commit 0e95cc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body {
4141
main {
4242
padding: 24px;
4343

44-
min-height: calc(100svh - 48px - 56px - 48px - 8px);
44+
min-height: calc(100svh - 48px - 56px - 56px - 8px);
4545

4646
background-color: var(--bg-1);
4747
box-shadow: var(--bg-1) 0 0 16px 4px;
@@ -192,7 +192,7 @@ nav #nav-container {
192192
}
193193

194194
footer {
195-
height: 48px;
195+
height: 56px;
196196
box-sizing: border-box;
197197
padding: 8px 16px;
198198

0 commit comments

Comments
 (0)