From bfaa026f3736d7cc33962d978bbba89aeb75dba1 Mon Sep 17 00:00:00 2001 From: agusmakmun Date: Tue, 19 Apr 2016 01:26:43 +0700 Subject: [PATCH] Update Style --- _layouts/default.html | 11 +++++++---- css/main.css | 12 ++++++++++-- index.html | 6 +++--- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 7a9ec22..52ad634 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,6 +13,9 @@ + + + @@ -22,10 +25,10 @@
-

{{ site.name }}

+

{{ site.name }}


- navigation
+ Navigation
home
{% for i in site.urls %} {{ i.text }}
@@ -33,7 +36,7 @@ {% if site.about %}
- about
+ About
{{ site.about }}
{% endif %} @@ -46,7 +49,7 @@
diff --git a/css/main.css b/css/main.css index f295d4c..335c092 100755 --- a/css/main.css +++ b/css/main.css @@ -4,12 +4,17 @@ * ////////////// */ body { - color: #424242; + font-family: "Roboto Condensed", Arial, sans-serif; + background-color: #fff; + font-size: 16px; + line-height: 1.5em; + color: #666; + font-weight: 300; } @media (min-width: 768px) { .container { - max-width: 730px; + max-width: 780px; } } /** @@ -27,6 +32,7 @@ h1 { font-weight: normal; color: #696969; margin-bottom: 10px; + font-size: 25px; } h2 { @@ -86,6 +92,7 @@ div.content pre { overflow-x: auto; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 12px; + border: none; } div.content .highlight { @@ -97,6 +104,7 @@ footer { width: 100%; height: 10px; margin-top: 10px; + margin-bottom: 3em; padding-top: 10px; color: #C2C2C2; font-size: 11px; diff --git a/index.html b/index.html index 3430007..1fb60e5 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,10 @@ layout: default ---
-

Blog Posts

-
    +

    Our Stack Problems

    +
      {% for post in site.posts %}
    1. {{ post.date | date_to_string }} » {{ post.title }}
    2. {% endfor %} -
+