From 98fc4140f48924b7b6986f41a866e8c6e19a9585 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Wed, 10 May 2017 23:43:13 +0000 Subject: [PATCH] Menubar aesthethics --- webapp/titanembeds/static/css/style.css | 5 ++--- webapp/titanembeds/templates/site_layout.html.j2 | 9 ++++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/webapp/titanembeds/static/css/style.css b/webapp/titanembeds/static/css/style.css index 3138bd8..787bdcd 100644 --- a/webapp/titanembeds/static/css/style.css +++ b/webapp/titanembeds/static/css/style.css @@ -25,7 +25,7 @@ nav { @media only screen and (max-width: 992px) { nav .brand-logo { - left: 10%; + left: 5%; } } @@ -65,8 +65,7 @@ nav { .betatag { font-variant: small-caps; - font-size: 25px; + font-size: 20px; border-radius: 50px; - border: 2px solid #37474f; color: #eceff1; } diff --git a/webapp/titanembeds/templates/site_layout.html.j2 b/webapp/titanembeds/templates/site_layout.html.j2 index c1f4bed..9d759cb 100644 --- a/webapp/titanembeds/templates/site_layout.html.j2 +++ b/webapp/titanembeds/templates/site_layout.html.j2 @@ -28,10 +28,13 @@