tweak navbar and thumbnails style.css

This commit is contained in:
Andy Gup 2014-09-18 14:19:04 -06:00
parent 549c895be0
commit c2436fc1b4

View File

@ -2,11 +2,18 @@ body {
padding-top: 50px;
padding-bottom: 20px;
}
.navbar-brand-title{
.thumbnail {
width: 200px;
}
.navbar-brand-title {
float: left;
padding: 15px;
height: 50px;
line-height: 20px;
font-size: large;
color: #ffffff;
}
.navbar-brand-title:hover {
color: lightgray;
text-decoration: none;
}