summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sass/theme/_theme.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/sass/theme/_theme.scss b/sass/theme/_theme.scss
index c357a28..0522f15 100644
--- a/sass/theme/_theme.scss
+++ b/sass/theme/_theme.scss
@@ -133,9 +133,15 @@ img.size-large, img.attachment-large{
margin-top: 10px;
}
.nav-previous, .nav-next {
- font-size: 17px;
+ font-size: 19px;
padding: 0;
}
+.comment-notes {
+ font-size: 17px;
+}
+#commentform label {
+ font-size: 17px;
+}
.footer-menu a {
//@extend .text-muted;
}