Skip to content

Commit eeb0e30

Browse files
committed
fix(typography): use consistent font in the footer
1 parent 368cb2c commit eeb0e30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/css/elegant.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ footer {
2222
flex-direction: row;
2323
flex-shrink: 0;
2424
flex-wrap: wrap;
25-
font: 0.8em Calibri, Tahoma, Arial, Sans-Serif;
2625
justify-content: flex-end;
2726
margin: 15px 0 0 0;
2827
min-height: 40px;

static/css/typography.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pre,
133133
.literal /* reST */ {
134134
font-size: 0.9rem;
135135
}
136-
.site-name {
136+
.brand .site-name {
137137
font-size: 1.5rem;
138138
}
139139
/* article */
@@ -170,6 +170,7 @@ ul.list-articles-under-tag-category li {
170170
font-size: 0.963rem;
171171
}
172172
.proj-desc,
173+
footer,
173174
div.blog-archives time,
174175
div.recent-posts time,
175176
ul.list-articles-under-tag-category li time,

0 commit comments

Comments
 (0)