A couple of small design fixes

This commit is contained in:
Henne Vogelsang 2014-12-11 17:20:13 +01:00
parent 9722dc1c92
commit 60956f6158
6 changed files with 41 additions and 11 deletions

View file

@ -176,7 +176,6 @@ fieldset[disabled] .btn-xl.active {
}
.navbar-default .navbar-brand {
font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
color: #{{ site.color.primary }};
}
@ -325,9 +324,9 @@ section {
padding: 100px 0;
}
section h2.section-heading {
section h3.section-heading {
margin-top: 0;
margin-bottom: 15px;
padding-bottom: 40px;
font-size: 40px;
}
@ -351,6 +350,10 @@ section h3.section-subheading {
text-transform: none;
}
#about p {
padding: 0 30px 0 30px;
}
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px;
@ -867,3 +870,13 @@ img::-moz-selection {
body {
webkit-tap-highlight-color: #{{ site.color.primary }};
}
.ribbon {
background: url("img/lines.png") repeat-x scroll center center rgba(0, 0, 0, 0);
}
.ribbon h4 span {
padding-left: 15px;
padding-right: 15px;
background: none repeat scroll 0 0 #ffffff;
}