Skip to content

Commit 83bd511

Browse files
committed
Add padding-bottom to layout_main
1 parent 76b2c82 commit 83bd511

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/cyberstorm-remix/app/styles/layout.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
--content-padding-top: 1.5rem;
66
}
77

8-
/* NEW */
9-
108
body {
119
display: flex;
1210
background-color: var(--color-surface-1);
@@ -16,6 +14,7 @@
1614
display: flex;
1715
align-items: flex-start;
1816
justify-content: center;
17+
padding-bottom: 4.5rem;
1918
}
2019

2120
.layout__content {

0 commit comments

Comments
 (0)