Skip to content

Commit a289e9d

Browse files
committed
fix(archives): at smaller screen layout does not make the best use of available space
1 parent 39acdbf commit a289e9d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

static/css/elegant.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ ul.list-articles-under-tag-category li {
278278
padding: 0.1rem 0.2rem;
279279
}
280280
div.blog-archives div {
281-
margin-left: 6em;
281+
margin-left: rfs(6rem);
282282
}
283283
div.blog-archives div.last-entry-of-year {
284284
margin-bottom: 1em;
@@ -299,6 +299,9 @@ div.recent-posts-posted {
299299
div.blog-archives h2 {
300300
float: none;
301301
}
302+
div.blog-archives div {
303+
margin-left: 0;
304+
}
302305
div.blog-archives article {
303306
margin-left: 0;
304307
padding-left: 0;

0 commit comments

Comments
 (0)