Merge branch 'footer' of Disroot/grav-theme-disroot into master

This commit is contained in:
antilopa 2020-01-27 20:46:35 +00:00 committed by Gitea
commit b3ae054ef2
2 changed files with 12 additions and 2 deletions

View File

@ -302,6 +302,16 @@ div#nav-logo {
/* Footer
------------------------------------*/
footer {
letter-spacing: 0.5px;
margin-bottom: 0px;
}
footer div#footer-links ul li {
padding-left: 5px;
padding-right: 5px;
}
/* Icons */
footer #footer-icons { display: none; }
footer #footer-logo { display: none; }

View File

@ -1057,7 +1057,6 @@ textarea {
------------------------------------*/
footer {
height: 80px;
background-color: #50162D;
color: #FFFFFF;
font-size: 12px;
@ -1103,7 +1102,8 @@ footer ul.footer-links {
display: flex;
justify-content: center;
align-items: center;
}
padding-left: 0;
}
footer ul.footer-icons {
display: flex;