Skip to content

Commit

Permalink
fix(typography): use consistent font in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Feb 1, 2020
1 parent 368cb2c commit eeb0e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion static/css/elegant.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ footer {
flex-direction: row;
flex-shrink: 0;
flex-wrap: wrap;
font: 0.8em Calibri, Tahoma, Arial, Sans-Serif;
justify-content: flex-end;
margin: 15px 0 0 0;
min-height: 40px;
Expand Down
3 changes: 2 additions & 1 deletion static/css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pre,
.literal /* reST */ {
font-size: 0.9rem;
}
.site-name {
.brand .site-name {
font-size: 1.5rem;
}
/* article */
Expand Down Expand Up @@ -170,6 +170,7 @@ ul.list-articles-under-tag-category li {
font-size: 0.963rem;
}
.proj-desc,
footer,
div.blog-archives time,
div.recent-posts time,
ul.list-articles-under-tag-category li time,
Expand Down

0 comments on commit eeb0e30

Please sign in to comment.