Fixed navbar height and logo

This commit is contained in:
Émile Filteau 2015-07-22 11:41:33 -04:00
parent e14fb685bb
commit 21038ef05f
3 changed files with 24 additions and 9 deletions

View File

@ -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;
}
}

View File

@ -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;

View File

@ -22,8 +22,6 @@
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="{% static 'css/carousel.css'%}" rel="stylesheet">
</head>
<body>
@ -39,7 +37,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><div id="conjure"></div></a>
<a class="navbar-brand" href="#"><img src="{% static 'img/conjure_logo.png' %}" height="40px"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">