Remove font-size declaration in code class

Declaring the font-size is not needed here. Also,
this removes the .code class outright as it also
is declared in tachyons-font-family.
This commit is contained in:
John Otander 2016-03-29 16:24:21 -07:00
parent 492a0baab9
commit 89b37b367f
3 changed files with 1 additions and 7 deletions

View File

@ -433,7 +433,6 @@ input[type="email"], input[type="url"], input[type="password"], .border-box { bo
*/
.pre { overflow-x: auto; overflow-y: hidden; overflow: scroll; }
.code { white-space: pre; font-size: 14px; }
/*
COORDINATES

File diff suppressed because one or more lines are too long

View File

@ -9,8 +9,3 @@
overflow-y: hidden;
overflow: scroll;
}
.code {
white-space: pre;
font-size: 14px;
}