Add footer extension points for links and avatar

This commit is contained in:
Eduard Heimbuch
2020-02-18 13:10:37 +01:00
parent 1ff0c46b0e
commit 61d7d5e6dd
5 changed files with 69 additions and 22 deletions

View File

@@ -67,8 +67,10 @@ hr.header-with-actions {
}
}
.footer {
height: 50px;
footer.footer {
//height: 100px;
background-color: whitesmoke;
padding: 2rem 1.5rem 1rem;
}
// 6. Import the rest of Bulma
@@ -691,11 +693,6 @@ form .field:not(.is-grouped) {
}
}
// footer
.footer {
background-color: whitesmoke;
}
// aside
.aside-background {
bottom: 0;