From 56a910299bc6749c06cdc19aea0f48dfbdc8c6c4 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Wed, 29 Mar 2017 19:54:49 +0200 Subject: [PATCH] Make profile info text relative sized --- static/css/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index e552453..d909b0a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -102,12 +102,12 @@ h2 { .profile h1 { font-weight: 400; letter-spacing: 0px; - font-size: 20px; + font-size: 140%; color: #222; } .profile h2 { - font-size: 20px; + font-size: 110%; font-weight: 300; color: #aaa; margin-top: 10px; @@ -118,14 +118,10 @@ h2 { nav.main-nav { padding: 20px 20px 0; - - /*max-width: 600px;*/ - /*width:100%;*/ background: #fff; background: rgba(255,255,255,.90); margin: 0 auto; text-align: right; - /*position: fixed;*/ z-index: 100; }