mirror of https://gitlab.com/curben/blog
fix(css): smaller title and title's margin-bottom
This commit is contained in:
parent
dec7ae72f7
commit
cfd1b62843
|
@ -259,62 +259,7 @@ small {
|
||||||
.typo-table,
|
.typo-table,
|
||||||
.typo-ul,
|
.typo-ul,
|
||||||
blockquote {
|
blockquote {
|
||||||
margin-bottom: 1.2em;
|
margin-bottom: 1em;
|
||||||
}
|
|
||||||
|
|
||||||
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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.typo ul,
|
.typo ul,
|
||||||
|
@ -476,6 +421,14 @@ h1 {
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
mark {
|
mark {
|
||||||
background-color: #ff0;
|
background-color: #ff0;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
@ -677,6 +630,10 @@ h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
|
font-weight: bolder;
|
||||||
|
line-height: 1.35;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
|
@ -964,10 +921,6 @@ blockquote {
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .article-title {
|
|
||||||
font-size: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article .caption {
|
.article .caption {
|
||||||
color: #cacdd0;
|
color: #cacdd0;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue