aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-04-30 09:18:14 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-04-30 09:19:33 -0400
commita7bbdb4cef43ad8c32fd350ade5c5aecc82724fa (patch)
tree0d4a5d84378db9be4e97a5f8dc884ef1f2aa5331 /scss
parentbf24977d08534e2c0a45c7f75b56fbc2dd5427e0 (diff)
downloadkompetenzbolzen.github.io-a7bbdb4cef43ad8c32fd350ade5c5aecc82724fa.tar.gz
Neatened up masthead & added a blog description
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss14
1 files changed, 8 insertions, 6 deletions
diff --git a/scss/style.scss b/scss/style.scss
index fd5bf1a..273070b 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -17,7 +17,7 @@ html {
}
body {
- max-width: 680px;
+ max-width: 740px;
margin: 0 auto;
background: $white;
@@ -146,9 +146,9 @@ img {
.avatar {
float: left;
- width: 35px;
+ width: 70px;
- margin-right: 10px;
+ margin-right: 15px;
border-radius: 5px;
}
@@ -157,7 +157,7 @@ img {
font-family: $helveticaNeue;
font-weight: 300;
- font-size: 24px;
+ font-size: 31px;
letter-spacing: 1px;
@include mobile {
font-size: 22px;
@@ -173,12 +173,14 @@ img {
.site-description {
float: left;
- font-size: 14px;
- display: none;
+ font-size: 16px;
+ margin: 0;
+ margin-top: -5px;
}
nav {
float: right;
+ margin-top: -25px; // @TODO - containers for nav and content blocks in header
font-family: $helveticaNeue;
font-size: 18px;