Views: Put footer below the last content block

This commit is contained in:
Riyyi
2022-11-15 17:40:18 +01:00
parent 54eee2416a
commit 8d576a497b
14 changed files with 4 additions and 38 deletions
+1 -8
View File
@@ -30,8 +30,7 @@ nav.shadow {
.content {
position: relative;
/* height: calc(100% - 56px); */
min-height: calc(100vh - 80px);
min-height: calc(100vh - 104px - .5rem);
padding: 20px 20px 50px 20px;
background-color: #fff;
@@ -124,12 +123,6 @@ h3 span {
/*----------------------------------------*/
footer {
position: absolute;
bottom: 0;
width: calc(100% - 30px);
height: 50px;
padding-top: 10px;
text-align: center;
color: #909090;
}