article/page title text is smaller, heading uppercase text also is smaller
diff --git a/static/css/style.less b/static/css/style.less
index bc2f5e8..ed0d5a7 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -50,13 +50,13 @@
margin: 0 0 15px 0;
font-size: 0.75em;
}
-
+
ul {
margin: 40px 0 0 0;
padding-left: 0;
font-size: 0.875em;
list-style-type: none;
-
+
li {
margin-right: 5px;
display: inline;
@@ -69,7 +69,7 @@
}
}
}
- }
+ }
}
main {
@@ -80,7 +80,7 @@
p {
font-weight: bold;
- font-size: 0.75em;
+ font-size: 0.625em;
text-transform: uppercase;
}
}