fixed footer to bottom with hot glue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -28,6 +28,17 @@ body {
|
||||
font-family: "Gudea", "sans-serif";
|
||||
color: #333;
|
||||
margin: 0;
|
||||
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#not-footer {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
input {
|
||||
@ -139,3 +150,4 @@ footer .content span {
|
||||
.container {
|
||||
padding-bottom: 2rem !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user