feat(style): improve toc style (#167)

This commit is contained in:
Dillon
2020-03-16 10:59:51 +08:00
committed by GitHub
parent bf7c4b5173
commit 212e67c2a5
14 changed files with 28 additions and 45 deletions

View File

@@ -1,7 +1,6 @@
.archive {
.single-title {
text-align: right;
padding-bottom: 2rem;
}
@import "../_partial/_archive/terms";

View File

@@ -1,7 +1,7 @@
.page {
position: relative;
width: 100%;
max-width: 980px;
max-width: 60%;
margin: 0 auto;
padding-top: $page-padding-top-desktop;
}

View File

@@ -1,7 +1,7 @@
/** Single **/
.single {
.single-title {
margin: 0.8rem 0;
margin: 1rem 0 .5rem;
font-size: 1.6rem;
line-height: 140%;
}
@@ -44,7 +44,7 @@
img {
display: block;
max-width: 100%;
width: 100%;
height: auto;
margin: 0 auto;
overflow: hidden;

View File

@@ -1,6 +1,6 @@
.special {
.single-title {
text-align: right;
padding-bottom: 2rem;
padding-bottom: 1rem;
}
}