aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-02-07 08:35:17 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-02-07 08:35:17 -0500
commit4b9b8567614fe603f2e27424444d20bda1ed6373 (patch)
tree8682351843e17c705383b90607dded5c1c073110 /scss
parent72ac45045456bdbbbecb38db2e62e113f22f37d4 (diff)
downloadkompetenzbolzen.github.io-4b9b8567614fe603f2e27424444d20bda1ed6373.tar.gz
Decreased width
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss14
1 files changed, 4 insertions, 10 deletions
diff --git a/scss/style.scss b/scss/style.scss
index f49ed62..548c9b0 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -6,7 +6,8 @@
@import "_reset";
@import "_variables";
@import "_mixins";
-@import "_highlights"; // Tempted to move this to the end of the file, so that it shows up at the end of the .css
+@import "_highlights";
+// TODO - Tempted to move this to the end of the file, so that it shows up at the end of the .css. Or remove it entirely and find a better way to include highlighting.
//
// BASE RULES
@@ -17,7 +18,7 @@ html {
}
body {
- max-width: 820px;
+ max-width: 700px;
margin: 0 auto;
background: $white;
@@ -204,13 +205,6 @@ article {
}
footer {
- text-align: center;
-
- border-top: 1px $lightGray solid;
+ // border-top: 1px $lightGray solid;
padding: 1rem 0;
-
- p {
- margin: 0 0 1rem 0;
- font-size: 14px;
- }
}