Skip to content

Commit

Permalink
fix(archives): at smaller screen layout does not make the best use of…
Browse files Browse the repository at this point in the history
… available space
  • Loading branch information
talha131 committed Feb 2, 2020
1 parent 39acdbf commit a289e9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/css/elegant.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ ul.list-articles-under-tag-category li {
padding: 0.1rem 0.2rem;
}
div.blog-archives div {
margin-left: 6em;
margin-left: rfs(6rem);
}
div.blog-archives div.last-entry-of-year {
margin-bottom: 1em;
Expand All @@ -299,6 +299,9 @@ div.recent-posts-posted {
div.blog-archives h2 {
float: none;
}
div.blog-archives div {
margin-left: 0;
}
div.blog-archives article {
margin-left: 0;
padding-left: 0;
Expand Down

0 comments on commit a289e9d

Please sign in to comment.