Change visual style of read more links

This commit is contained in:
Barry Clark 2014-07-02 08:46:40 -04:00
parent 74f0035352
commit 2dd2f78689
2 changed files with 8 additions and 0 deletions

View File

@ -258,6 +258,11 @@ nav {
.comments {
margin-top: 10px;
}
.read-more {
text-transform: uppercase;
font-size: 15px;
}
}
.wrapper-footer {

View File

@ -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;