diff --git a/site/css/style.css b/site/css/style.css index e785db52..9f319c77 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -40,15 +40,10 @@ nav li { .main-nav { margin-top: 52px; - text-align: center; -} - -.main-nav ul { - display: inline-block; } .main-nav li { - margin-left: 10px; + margin-right: 10px; } .main-nav li a { @@ -139,6 +134,24 @@ body > footer a:hover img { } } +/* Intro */ + +.intro .unit { + padding: 10px 0 40px; +} + +.intro p { + font-size: 1.75em; + line-height: 1em; + margin: 0; +} + +@media (min-width: 569px){ + .intro p { + font-size: 3.2em; + } +} + /* HTML Elements */ h1, h2, h3, h4, h5, h6 { diff --git a/site/index.html b/site/index.html index 6bf15a63..9dfc924c 100644 --- a/site/index.html +++ b/site/index.html @@ -4,11 +4,10 @@ title: Jekyll • Simple, blog-aware, static sites overview: true --- -{% comment %}
-
-

Transform your plain text into static websites and blogs.
So easy, it’s scary.

+
+

Transform your plain text into static websites and blogs.

@@ -78,4 +77,3 @@ overview: true -{% endcomment %} \ No newline at end of file