Changed CSS
This commit is contained in:
parent
3e57fe3a15
commit
f254511683
File diff suppressed because one or more lines are too long
@ -68,30 +68,6 @@ h6 {
|
|||||||
margin: 1.8em 0 0.5em;
|
margin: 1.8em 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-size: 3.6rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
|
||||||
font-size: 2.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h5 {
|
|
||||||
font-size: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h6 {
|
|
||||||
font-size: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $link-text;
|
color: $link-text;
|
||||||
transition: color .3s ease;
|
transition: color .3s ease;
|
||||||
@ -815,3 +791,13 @@ $post-date-border: #d5dbde;
|
|||||||
.color-cover {
|
.color-cover {
|
||||||
background-color: $page-bg;
|
background-color: $page-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.read-next {
|
||||||
|
@media only screen and (max-width: 500px) {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.read-next-story .post {
|
||||||
|
padding: 6rem;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user