license update lolololol

This commit is contained in:
Micah Cowell 2016-03-13 22:16:01 -07:00
parent 4ac767f1f6
commit e2fda28ed8
6 changed files with 17 additions and 22 deletions

View File

@ -2,6 +2,4 @@
My blog made with [jekyll](http://jekyllrb.com) and hosted with Github Pages.
### License
Just don't take anything in my /_post or /assets/img.
Every thing else is under the [MIT License](https://raw.githubusercontent.com/getmicah/Fatso/master/LICENSE)
All this stuff is under the [MIT License](https://raw.githubusercontent.com/getmicah/Fatso/master/LICENSE)

View File

@ -1,5 +1,5 @@
<div class="nav">
<div class="main">
<h1>{{ site.name }}</h1>
<h2>{{ site.description }}</h2>
<ul>

View File

@ -26,7 +26,7 @@
<body>
<div class="wrapper">
{% include nav.html %}
{% include main.html %}
{{ content }}
</div>

View File

@ -4,7 +4,6 @@
@import "reset";
@import "config";
body {
color: $color-primary;
background: $color-background;
@ -36,16 +35,12 @@ ul {
}
// WRAPPER
.wrapper {
max-width: 666px;
margin: auto;
padding: 30px;
}
// NAVIGATION
.nav {
.main {
h1 {
font-size: 36px;
}
@ -62,26 +57,28 @@ ul {
.blog {
margin-top: 20px;
h1 {
font-size: 24px;
font-size: 26px;
}
}
.post {
margin-top: 20px;
}
.about {
margin-top: 20px;
h1 {
font-size: 26px;
}
}
.portfolio {
margin-top: 20px;
h1 {
font-size: 24px;
font-size: 26px;
}
}
.about {
h1 {
font-size: 26px;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View File

@ -4,5 +4,5 @@ layout: default
<div class="about">
<h1>About Me</h1>
<h1>About</h1>
</div>