Skip to content

Commit 2a2f82b

Browse files
committed
added margin to app container body to give more breathing room for footer
1 parent 2f17a7f commit 2a2f82b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

client/components/app.css

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
flex-direction: column;
66
width: 100%;
77
height: 100vh;
8+
padding-bottom: 10rem;
89
}
910

1011
.app-header{

client/components/schema/schema.css

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
grid-row-gap: 32px;
9898
margin: 32px;
9999
width: 100%;
100+
margin-bottom: 6rem;
100101
position: relative;
101102
height: auto;
102103
overflow-y: auto;

public/main.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)