aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-17 16:35:19 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-17 16:35:19 -0400
commite37987061f2b3e26a5b7396b9aaf1e5c88ca8a5c (patch)
tree777ef0a6cfa8266a818ba5944d502f1acbf2fc0c /scss
parent1f2db3b048fd86589c482cd2ab4d348bdd6eda4e (diff)
downloadkompetenzbolzen.github.io-e37987061f2b3e26a5b7396b9aaf1e5c88ca8a5c.tar.gz
Full width header/footer with background colors
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss28
1 files changed, 23 insertions, 5 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 55e559c..78db456 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -17,7 +17,6 @@ html {
}
body {
- max-width: 740px;
margin: 0 auto;
background: $white;
@@ -25,6 +24,13 @@ body {
color: $darkGray;
}
+.container {
+ margin: 0 auto;
+ max-width: 740px;
+ padding: 0 20px;
+ width: 100%;
+}
+
h1, h2, h3, h4, h5, h6 {
font-family: $helveticaNeue;
color: $darkerGray;
@@ -141,10 +147,13 @@ img {
// .masthead
//
+.wrapper-masthead {
+ background-color: #e8e8f2;
+ margin-bottom: 50px;
+}
+
.masthead {
- margin: 20px 0 30px;
- padding-bottom: 20px;
- border-bottom: 1px dotted $lightGray;
+ padding: 25px 0;
}
.avatar {
@@ -179,6 +188,7 @@ img {
font-size: 16px;
margin: 0;
margin-top: -5px;
+ color: $darkGray;
}
nav {
@@ -219,6 +229,10 @@ nav {
// .main
//
+.wrapper-posts {
+
+}
+
.posts > .post {
padding-bottom: 2em;
border-bottom: 1px solid $lighterGray;
@@ -235,8 +249,12 @@ nav {
}
}
+.wrapper-footer {
+ background-color: #eee;
+ border-top: 1px solid #ddd;
+}
+
footer {
- // border-top: 1px $lightGray solid;
padding: 20px 0;
text-align: center;