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. My blog made with [jekyll](http://jekyllrb.com) and hosted with Github Pages.
### License ### License
Just don't take anything in my /_post or /assets/img. All this stuff is under the [MIT License](https://raw.githubusercontent.com/getmicah/Fatso/master/LICENSE)
Every thing else 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> <h1>{{ site.name }}</h1>
<h2>{{ site.description }}</h2> <h2>{{ site.description }}</h2>
<ul> <ul>

View File

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

View File

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