Improved mono declaration scope

pull/2764/head
Jason Costello 2017-02-21 15:34:59 -08:00
parent 31cefff104
commit dbed54ee3b
1 changed files with 1 additions and 1 deletions

View File

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