diff --git a/www/footer.html b/www/footer.html index 194e842b2..e2549b7e6 100644 --- a/www/footer.html +++ b/www/footer.html @@ -19,8 +19,8 @@
diff --git a/www/index.html b/www/index.html index ec5a0ad6d..23857c963 100644 --- a/www/index.html +++ b/www/index.html @@ -25,7 +25,7 @@ - + diff --git a/www/theme.css b/www/theme.css index 45686ec6a..ec3a1013c 100644 --- a/www/theme.css +++ b/www/theme.css @@ -412,6 +412,14 @@ a:hover i.icon-twitter{ color: #bfd4f2; } +.footer-email { + font-size: 13px; + font-family: 'roboto'; + color: #9cb7de; + margin-top: 10px !important; + margin-left: 17px !important; +} + .footer-social { font-size: 13px; font-family: 'roboto'; @@ -428,7 +436,7 @@ a:hover i.icon-twitter{ font-size: 13px; color: #ffffff; font-family: 'roboto'; - margin-top: 39px !important; + margin-top: 41px !important; margin-left: 15px !important; }