Improved mono declaration scope

This commit is contained in:
Jason Costello 2017-02-21 15:34:59 -08:00
parent 0c87077287
commit 9fc594bbf1
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,6 @@ body.page-home{
padding: 20px;
font-size: 15px;
font-weight: normal;
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
color: $white;
.txt-r {
@ -249,6 +248,7 @@ body.page-home{
}
p{
margin-bottom: 2px;
font-family: $font-family-mono;
white-space: pre-wrap;
}
.cursor {