From c7cae007a694bf41a86ae75665528adf05a114ea Mon Sep 17 00:00:00 2001
From: rdhox <36813150+rdhox@users.noreply.github.com>
Date: Thu, 05 Jul 2018 13:06:03 +0000
Subject: [PATCH] Add avatar option and footer text option (#41)

---
 static/less/style.less |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/static/less/style.less b/static/less/style.less
index fe9811a..96b3c2d 100644
--- a/static/less/style.less
+++ b/static/less/style.less
@@ -234,6 +234,15 @@
   }
 }
 
+.avatar img{
+  width: 20rem;
+  height: auto;
+  border-radius: 50%;
+  @media only screen and (max-device-width : 768px) {
+    width: 10rem;
+  }
+}
+
 .list {
   ul {
     margin: 3.2rem 0 3.2rem 0;
@@ -344,10 +353,10 @@
 }
 
 .footer {
-  height: 6.0rem;
   width: 100%;
   text-align: center;
-  line-height: 6.0rem;
+  line-height: 2.0rem;
+  margin-bottom:1.0rem;
 }
 
 .float-right {

--
Gitblit v1.10.0