Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMd. Emruz Hossain <hossainemruz@gmail.com>2020-07-22 19:41:39 +0300
committerGitHub <noreply@github.com>2020-07-22 19:41:39 +0300
commit36eaf72f47dd5e35562e68154e4dce3af95a5526 (patch)
tree452e44181e8b19e2d6704dd459beeb08957da9aa /static
parent7da028e6433b8afd286b96190855df1d689d2399 (diff)
Fix footer text indentation (#49)
Diffstat (limited to 'static')
-rw-r--r--static/assets/css/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/assets/css/main.css b/static/assets/css/main.css
index 30ee2ee..eaa5e67 100644
--- a/static/assets/css/main.css
+++ b/static/assets/css/main.css
@@ -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 ======= */