aboutsummaryrefslogtreecommitdiff
path: root/style.css
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 /style.css
parent72ac45045456bdbbbecb38db2e62e113f22f37d4 (diff)
downloadkompetenzbolzen.github.io-4b9b8567614fe603f2e27424444d20bda1ed6373.tar.gz
Decreased width
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/style.css b/style.css
index 3d30571..afcc331 100644
--- a/style.css
+++ b/style.css
@@ -285,7 +285,7 @@ html {
font-size: 100%; }
body {
- max-width: 820px;
+ max-width: 700px;
margin: 0 auto;
background: white;
font: 18px/1.4 Helvetica, Arial, sans-serif;
@@ -423,9 +423,4 @@ article {
color: #666666; }
footer {
- text-align: center;
- border-top: 1px #bbbbbb solid;
padding: 1rem 0; }
- footer p {
- margin: 0 0 1rem 0;
- font-size: 14px; }