look mom, i'm breaking the page!

This commit is contained in:
Timm 2015-04-19 08:45:08 +02:00
parent 639ea1f60d
commit 2db846756b
1 changed files with 6 additions and 5 deletions

View File

@ -14,6 +14,10 @@ body, .jumbotron {
background-color:$background-color;
}
body {
padding-top:52px;
}
.jumbotron {
margin:0;
padding:0;
@ -75,7 +79,8 @@ a {
#large-header {
background-color:#222;
background-image:url('/images/logowall.svg');
background-size: 200px;
//background-size: 200px;
background-position: center top;
height:300px;
margin:0;
padding:0;
@ -138,10 +143,6 @@ ul.nav>li>a {
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#posts {
margin-top:50px;
}
.navbar-brand {
display: block;
}