aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscss/style.scss5
-rw-r--r--style.css3
2 files changed, 8 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index b086e4f..ac93e98 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -258,6 +258,11 @@ nav {
.comments {
margin-top: 10px;
}
+
+ .read-more {
+ text-transform: uppercase;
+ font-size: 15px;
+ }
}
.wrapper-footer {
diff --git a/style.css b/style.css
index 49f6df6..04f9260 100644
--- a/style.css
+++ b/style.css
@@ -223,6 +223,9 @@ nav {
font-style: italic; }
.post .comments {
margin-top: 10px; }
+.post .read-more {
+ text-transform: uppercase;
+ font-size: 15px; }
.wrapper-footer {
margin-top: 50px;