fix(css): smaller title and title's margin-bottom

This commit is contained in:
curben 2019-06-05 13:37:47 +09:30
parent dec7ae72f7
commit cfd1b62843
1 changed files with 13 additions and 60 deletions

View File

@ -259,62 +259,7 @@ small {
.typo-table,
.typo-ul,
blockquote {
margin-bottom: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 100;
color: #000;
line-height: 1.35;
}
.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6,
.typo-h1,
.typo-h2,
.typo-h3,
.typo-h4,
.typo-h5,
.typo-h6 {
margin-top: 1.2em;
margin-bottom: 0.6em;
line-height: 1.35;
}
.typo h1,
.typo-h1 {
font-size: 2em;
}
.typo h2,
.typo-h2 {
font-size: 1.8em;
}
.typo h3,
.typo-h3 {
font-size: 1.6em;
}
.typo h4,
.typo-h4 {
font-size: 1.4em;
}
.typo h5,
.typo h6,
.typo-h5,
.typo-h6 {
font-size: 1.2em;
margin-bottom: 1em;
}
.typo ul,
@ -476,6 +421,14 @@ h1 {
margin: 0.5em 0;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1.1em;
}
mark {
background-color: #ff0;
color: #000;
@ -677,6 +630,10 @@ h4,
h5,
h6 {
font-family: serif;
font-weight: bolder;
line-height: 1.35;
margin-top: 1em;
margin-bottom: 0.5em;
}
a,
@ -964,10 +921,6 @@ blockquote {
font-weight: bolder;
}
.article .article-title {
font-size: 2em;
}
.article .caption {
color: #cacdd0;
display: block;