remove border on terminal .explantion on mobile. Doesnt need it/looks better without

This commit is contained in:
JT 2014-07-24 16:09:05 -07:00
parent 517f034562
commit 8115e1db44
2 changed files with 7 additions and 0 deletions

View File

@ -679,6 +679,10 @@
}
}
#demos .explantion{
border-left: 8px solid transparent;
}
#cta a {
font-size: 14px;
font-weight: 400;

View File

@ -1212,6 +1212,9 @@ body.page-home #footer {
transform: skewY(30deg);
margin: 3px 3px 0 0;
}
#demos .explantion {
border-left: 8px solid transparent;
}
#cta a {
font-size: 14px;
font-weight: 400;