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:
parent
1543fb33cc
commit
d6b96f6fd5
@ -28,6 +28,17 @@ body {
|
|||||||
font-family: "Gudea", "sans-serif";
|
font-family: "Gudea", "sans-serif";
|
||||||
color: #333;
|
color: #333;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
min-height: 100vh;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
#not-footer {
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@ -139,3 +150,4 @@ footer .content span {
|
|||||||
.container {
|
.container {
|
||||||
padding-bottom: 2rem !important;
|
padding-bottom: 2rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,9 +15,12 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="not-footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="content">{% block content %}{% endblock %}</div>
|
<div id="content">{% block content %}{% endblock %}</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="content footer-links">
|
<div class="content footer-links">
|
||||||
<span>
|
<span>
|
||||||
|
Loading…
Reference in New Issue
Block a user