home » zplus/freepost.git
Author zPlus <zplus@peers.community> 2024-03-19 06:51:16
Committer zPlus <zplus@peers.community> 2024-03-19 06:51:16
Commit 438b462 (patch)
Tree a5b9647
Parent(s)

Fix logo size in the footer.


commits diff: 12c45ac..438b462
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rw-r--r-- freepost/static/css/freepost.css 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   freepost/static/css/freepost.css
index d728ff2..7f208cd
old size: 23K - new size: 23K
@@ -896,7 +896,7 @@ a.logo:visited {
896 896 .container > footer > .monkey {
897 897 height: auto;
898 898 margin: 0 0 3rem 0;
899 - width: 3%;
899 + width: 3rem;
900 900 }
901 901
902 902 .container > footer > ul {