i think ive decided on a design

This commit is contained in:
Micah Cowell 2016-03-13 22:34:30 -07:00
parent e2fda28ed8
commit 7bdfdda9de
6 changed files with 13 additions and 7 deletions

View File

@ -1,6 +1,5 @@
# My variables # My variables
name: Micah Cowell name: Micah Cowell
description: developer & designer
google_analytics: null google_analytics: null
google_verification: null google_verification: null

View File

@ -1,7 +1,6 @@
<div class="main"> <div class="main">
<h1>{{ site.name }}</h1> <h1>{{ site.name }}</h1>
<h2>{{ site.description }}</h2>
<ul> <ul>
{% for item in site.data.navigation %} {% for item in site.data.navigation %}
<li> <li>

View File

@ -1,6 +1,6 @@
--- ---
layout: post layout: post
title: New Blog title: Why I Switched from Ghost to Jekyll
--- ---
I made a new blog using jekyll and Github Pages. I made a new blog using jekyll and Github Pages.

View File

@ -36,18 +36,27 @@ ul {
.wrapper { .wrapper {
max-width: 600px;
margin: auto;
padding: 30px; padding: 30px;
} }
.main { .main {
padding: 5px;
margin-bottom: 30px;
border-bottom: 2px solid #000;
@media screen and (min-width: 570px) {
display: flex;
justify-content: space-between;
align-items: baseline;
}
h1 { h1 {
font-size: 36px; font-size: 36px;
} margin-right: 20px;
h2 {
font-size: 20px;
} }
ul { ul {
margin-top: 10px;
li { li {
display: inline; display: inline;
margin-right: 5px; margin-right: 5px;

View File

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 200 KiB

View File

@ -4,7 +4,6 @@ layout: default
<div class="blog"> <div class="blog">
<h1>Blog</h1>
<ul> <ul>
{% for post in site.posts %} {% for post in site.posts %}
<li> <li>