This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Change Site Title Font Color and Size*/ | |
.site-branding a { | |
color: #0066ff !important; | |
font-size: 60px !important; | |
} | |
/*Change Site Description Font Color and Size*/ | |
p.site-description{ | |
color: #0066ff; | |
font-size: 40px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*front page font size*/ | |
.lodestar-intro .entry-content { | |
font-size: 1.1rem; | |
} | |
/* Centering headings */ | |
.entry-header .entry-title { | |
text-align: center; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.display-posts-listing { | |
display: flex; | |
flex-direction: column; | |
} | |
.display-posts-listing li:nth-child(1) { | |
order: 2; | |
} | |
.display-posts-listing li:nth-child(2) { |
NewerOlder