Design updates

This commit is contained in:
Dmitry Kolosov 2020-02-15 21:48:51 +03:00
parent 0dce9b9431
commit 6694659336

View File

@ -106,6 +106,7 @@ header nav {
margin-top: 1em; margin-top: 1em;
max-width: 100%; max-width: 100%;
text-align: right; text-align: right;
margin-bottom: 1em;
} }
header nav a { header nav a {
@ -124,9 +125,10 @@ header a {
main h1 { main h1 {
margin-top: 1em; margin-top: 1em;
font-weight: normal; font-weight: normal;
font-size: 1.7em; font-size: 1.35em;
line-height: 1.1em; line-height: 1.1em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
font-weight: 600;
} }
.post-short-list:first-of-type { .post-short-list:first-of-type {
@ -137,14 +139,15 @@ main h1 {
article:not(:last-of-type) { article:not(:last-of-type) {
border-bottom: thin solid #f3f3f3; border-bottom: thin solid #f1f1f1;
padding-bottom: 2em; padding-bottom: 2em;
} }
article header h1 { article header h1 {
font-size: 1.7em; font-size: 1.35em;
line-height: 1.1em; line-height: 1.1em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
font-weight: 600;
} }
article header h1 a { article header h1 a {
@ -159,6 +162,14 @@ article header h1 a {
margin-top: 1em; margin-top: 1em;
} }
.article-info a {
color: grey;
}
.article-info a:hover {
color: #a31d1d;
}
.post-short-list .article-info { .post-short-list .article-info {
margin-top: 0; margin-top: 0;
margin-bottom: 1.5em; margin-bottom: 1.5em;
@ -210,7 +221,7 @@ article img {
display: block; display: block;
height: 1px; height: 1px;
border: 0; border: 0;
border-top: thin solid #f3f3f3;; border-top: thin solid #f1f1f1;
width: 25%; width: 25%;
margin: 1em auto; margin: 1em auto;
} }
@ -255,7 +266,7 @@ article img {
/* Footer */ /* Footer */
footer { footer {
border-top: thin solid #f3f3f3;; border-top: thin solid #f1f1f1;
margin-top: 3em; margin-top: 3em;
font-size: 16px; font-size: 16px;
} }