Skip to content

Commit

Permalink
Design updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitrichius committed Feb 15, 2020
1 parent 0dce9b9 commit 6694659
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ header nav {
margin-top: 1em;
max-width: 100%;
text-align: right;
margin-bottom: 1em;
}

header nav a {
Expand All @@ -124,9 +125,10 @@ header a {
main h1 {
margin-top: 1em;
font-weight: normal;
font-size: 1.7em;
font-size: 1.35em;
line-height: 1.1em;
margin-bottom: 0.5em;
font-weight: 600;
}

.post-short-list:first-of-type {
Expand All @@ -137,14 +139,15 @@ main h1 {


article:not(:last-of-type) {
border-bottom: thin solid #f3f3f3;
border-bottom: thin solid #f1f1f1;
padding-bottom: 2em;
}

article header h1 {
font-size: 1.7em;
font-size: 1.35em;
line-height: 1.1em;
margin-bottom: 0.5em;
font-weight: 600;
}

article header h1 a {
Expand All @@ -159,6 +162,14 @@ article header h1 a {
margin-top: 1em;
}

.article-info a {
color: grey;
}

.article-info a:hover {
color: #a31d1d;
}

.post-short-list .article-info {
margin-top: 0;
margin-bottom: 1.5em;
Expand Down Expand Up @@ -210,7 +221,7 @@ article img {
display: block;
height: 1px;
border: 0;
border-top: thin solid #f3f3f3;;
border-top: thin solid #f1f1f1;
width: 25%;
margin: 1em auto;
}
Expand Down Expand Up @@ -255,7 +266,7 @@ article img {
/* Footer */

footer {
border-top: thin solid #f3f3f3;;
border-top: thin solid #f1f1f1;
margin-top: 3em;
font-size: 16px;
}
Expand Down

0 comments on commit 6694659

Please sign in to comment.