Comment out CSS related to #footer-logo

This commit is contained in:
floss4good 2024-02-06 02:29:57 +02:00
parent 39a51533af
commit 73c9712956
Signed by untrusted user: floss4good
GPG Key ID: 5B948B4F4DAF819D
2 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,7 @@
/* Icons */
footer #footer-icons { display: none; }
footer #footer-logo { display: none; }
/*footer #footer-logo { display: none; }*/
footer #footer-left { display: none; }
/* Go To Top Button */

View File

@ -1731,6 +1731,8 @@ footer {
align-items: center;
}
/* there is no logo anymore in the footer
* TODO: d-white.png should probably be removed since is not used elsewhere
footer #footer-logo {
background: url("../images/d-white.png") no-repeat center;
background-size: contain;
@ -1738,6 +1740,7 @@ footer {
margin-left: 1dvw;
opacity: 0.7;
}
*/
footer #footer-left {
display: flex;
@ -1755,12 +1758,14 @@ footer #footer-left {
opacity: 0.7;
}
/* there is no logo anymore in the footer
#footer-logo a {
display: flex;
width: 45px;
height: 45px;
margin-bottom: 0;
}
*/
#footer-copyleft a {
display: flex;