From 21038ef05f531683f1a471b3244f6f1f610a340e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20Filteau?= Date: Wed, 22 Jul 2015 11:41:33 -0400 Subject: [PATCH] Fixed navbar height and logo --- static/css/freelancer.css | 4 ++-- static/css/style.css | 25 +++++++++++++++++++++---- templates/template.html | 4 +--- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/static/css/freelancer.css b/static/css/freelancer.css index 703dffb..c60e33c 100644 --- a/static/css/freelancer.css +++ b/static/css/freelancer.css @@ -126,7 +126,7 @@ header .intro-text .skills { } } section { - padding: 100px 0; + padding: 50px 0; } section h2 { @@ -327,4 +327,4 @@ form .row:first-child .floating-label-form-group { .scroll-top .btn:focus { outline: 0; -} \ No newline at end of file +} diff --git a/static/css/style.css b/static/css/style.css index 50ef354..a3fcb25 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4,20 +4,37 @@ html { } body { margin-bottom: 0px; - padding-top:10px; padding-bottom: 0px; color: #fff; - background-color:#1A7AC5; + background-color:#1A7AC5; /*background: rgba(24,188,156,.9);*/ } + +.navbar-wrapper { + height:52px; +} + +.navbar-wrapper .container { + width:100%; +} + +.navbar-wrapper .navbar-brand { + padding:5px 10px; +} + +.navbar-wrapper .navbar-brand img { + height:40px; +} +/* #conjure { background-image: url("../img/conjure_logo.png"); - width:200px; - height:50px; + width:228.3px; + height:52px; background-size: 200px 25px; background-repeat: no-repeat; } +*/ #projet { background-color:#1A7AC5; diff --git a/templates/template.html b/templates/template.html index 7aea93e..2bd0c4a 100644 --- a/templates/template.html +++ b/templates/template.html @@ -22,8 +22,6 @@ - - @@ -39,7 +37,7 @@ -
+