Parcourir la source

Fix size of small on archives page

Talha Mansoor il y a 11 ans
Parent
commit
1c28f33074
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      static/css/elegant.css

+ 3 - 0
static/css/elegant.css

@@ -559,6 +559,9 @@ div.blog-archives h1 {
     font-size: 2em;
     margin-bottom: 0;
 }
+div.blog-archives h1 small {
+    font-size: .8em;
+}
 div.blog-archives h1 a {
     color: black;
 }