diff --git a/Gemfile b/Gemfile
index 7456cb5..d950f62 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,3 +28,5 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
+
+gem "webrick", "~> 1.7"
diff --git a/Gemfile.lock b/Gemfile.lock
index d3a6f92..192313e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -66,6 +66,7 @@ GEM
tzinfo (>= 1.0.0)
unicode-display_width (1.7.0)
wdm (0.1.1)
+ webrick (1.7.0)
PLATFORMS
ruby
@@ -77,6 +78,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
+ webrick (~> 1.7)
BUNDLED WITH
2.2.16
diff --git a/_layouts/default.html b/_layouts/default.html
index dd9ff53..fb901a4 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,19 +4,16 @@
{{ site.title }} – {{ page.title }}
-{% if page.shittylayout == true %}
-
-{% endif %}
{% feed_meta %}
-
+
Skip to content
+ {{ site.header }}
- {{ site.header }}
{{ content }}
diff --git a/css/shitty.sass b/css/shitty.sass
deleted file mode 100644
index 0b3d7ed..0000000
--- a/css/shitty.sass
+++ /dev/null
@@ -1,18 +0,0 @@
----
----
-
-html,
-body
- background: url('/img/bg.png') #800000;
-
-#content
- font-size: 2em
- font-family: ComicSans
- margin-left: 5em
- font-weight: bolder
- text-align: center
- line-height: 1.2em
-
-footer
- border: 1px solid #FFFFFF
- background-color: #800000
diff --git a/css/style.sass b/css/style.sass
index 94b2397..88be290 100644
--- a/css/style.sass
+++ b/css/style.sass
@@ -16,6 +16,10 @@ body
background: black
line-height: 1.5em
+.body-small
+ max-width: 1000px
+ margin: 0 auto
+
h1,
h2,
h3
@@ -32,7 +36,6 @@ h1
-webkit-text-stroke: 2px #FFFFFF
paint-order: stroke fill
font-size: 8em
- margin-left: 1.3em
h2
font-size: 3em
@@ -62,7 +65,6 @@ h3
nav
float: left
width: 10em
- margin-top: 100px
a
display: block
diff --git a/img/bg.png b/img/bg.png
deleted file mode 100644
index 6eedda4..0000000
Binary files a/img/bg.png and /dev/null differ
diff --git a/index.html b/index.html
index 2354729..e5acb58 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
---
title: Home
permalink: /
-shittylayout: true
+body_classes: body-small
---
Hello,
i'm Franziska!