Blog content css adjust

This commit is contained in:
yafeilee 2016-04-27 12:48:13 +08:00
parent 45072bef37
commit 5f292edafc
3 changed files with 5 additions and 5 deletions

View File

@ -47,10 +47,6 @@
border-bottom: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC;
} }
.recent-title {
margin-bottom: 1rem;
}
.recent-content { .recent-content {
padding-bottom: 3rem; padding-bottom: 3rem;
li { li {

View File

@ -14,6 +14,10 @@
button { button {
outline: 0; outline: 0;
} }
.title-bar-title {
margin-left: 0.5rem;
}
} }
#offCanvas { #offCanvas {

View File

@ -11,7 +11,7 @@
@media screen and (max-width: 40em) { @media screen and (max-width: 40em) {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-size: 1.2875rem; font-size: 1.2rem;
} }
} }