change margin-top from 100px to 60px of home page

feature/cover-image
nodejh 8 years ago
parent 9a80f43c0a
commit 313c418788

@ -5,7 +5,13 @@
<li> <li>
<a href='{{ .Permalink }}'><aside class="dates">{{ .Date.Format "Jan 2" }}</aside></a> <a href='{{ .Permalink }}'><aside class="dates">{{ .Date.Format "Jan 2" }}</aside></a>
<a href='{{ .Permalink }}'> <a href='{{ .Permalink }}'>
{{ .Title }} <h2>{{ .Description | markdownify }}</h2></a> {{ if .Site.Params.useDescriptionAsTitle }}
{{ .Description }} <h2>{{ .Title | markdownify }}</h2>
{{ else }}
{{ .Title }} <h2>{{ .Description | markdownify }}</h2>
{{ end }}
</a>
</li> </li>
{{ end }} {{ end }}
{{ end }} {{ end }}

@ -135,7 +135,7 @@ h2 {
} }
.profile #wrapper { .profile #wrapper {
padding: 100px 40px 0px; padding: 60px 40px 0px;
max-width: 600px; max-width: 600px;
margin: 0 auto; margin: 0 auto;
} }

Loading…
Cancel
Save