base template: add more space to bottom

This commit is contained in:
2019-08-22 13:48:37 +03:00
parent 5c49405ac0
commit afe12bd630
2 changed files with 15 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ body {
}
.footer {
widows: 100%;
text-align: center;
z-index: -1;
}
@@ -22,4 +21,18 @@ details {
#details {
text-align: justify;
}
.nav-link {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.navbar {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}