Skip to content

Commit 2dd2f78

Browse files
committed
Change visual style of read more links
1 parent 74f0035 commit 2dd2f78

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

scss/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ nav {
258258
.comments {
259259
margin-top: 10px;
260260
}
261+
262+
.read-more {
263+
text-transform: uppercase;
264+
font-size: 15px;
265+
}
261266
}
262267

263268
.wrapper-footer {

style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ nav {
223223
font-style: italic; }
224224
.post .comments {
225225
margin-top: 10px; }
226+
.post .read-more {
227+
text-transform: uppercase;
228+
font-size: 15px; }
226229

227230
.wrapper-footer {
228231
margin-top: 50px;

0 commit comments

Comments
 (0)