Fix footer text indentation

This commit is contained in:
hossainemruz 2020-07-22 22:40:40 +06:00
parent 7da028e643
commit 44131b10b2
2 changed files with 9 additions and 3 deletions

View file

@ -223,6 +223,12 @@ img.right {
width: 32px;
}
.footer #hugo:hover {
margin-right: 5px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
/* --- FOOTER END ---- */
/* ============= Device specific fixes ======= */