Merge pull request #15 from fullhacker/dev-ayo

Dev ayo
This commit is contained in:
Ayo 2018-03-16 22:13:44 +08:00 committed by GitHub
commit d1c61e2cf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View file

@ -17,7 +17,7 @@ layout: default
{{ post.date | date: date_format }}
</span>
<h3>
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
<a class="post-link post-title" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
</h3>
<div class="float-left post-excerpt">
<img class="float-right post-thumb" alt="{{ post.title | escape }}" src="../assets/images/{{ post.image }}" />

View file

@ -332,6 +332,14 @@ nav#side-nav {
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
article .post-content p,
article .post-content ul li,
article .post-content ol li,
.home .post-excerpt p {
font-size: 16px;
}
.jumbotron {
background: rgba(141, 191, 66, .97)!important;
width: 100%;
@ -365,6 +373,7 @@ nav#side-nav {
}
.post-thumb {
width: 100%;
margin: 0 0 25px 25px;
}
.jumbotron {
background: rgba(141, 191, 66, .97)!important;
@ -376,7 +385,7 @@ nav#side-nav {
padding: 30px 0;
}
.post-list li h3 a {
font-size: 36px;
font-size: 31px;
}
#mc_embed_signup input {
margin: 0 20px !important;