Small design fixes for front page on mobile

This commit is contained in:
Kyle Drake 2016-07-31 10:12:43 -07:00
parent 54c14eb4cf
commit 7f64a62926
2 changed files with 18 additions and 0 deletions

View file

@ -118,6 +118,7 @@
h3 {
margin-bottom: 0px;
font-size: 1.7em;
line-height: 120%;
}
p {
@ -202,6 +203,9 @@
display: inline;
vertical-align: 8px;
color: #C2CFD4;
@media (max-device-width:480px), screen and (max-width:800px) {
font-size: 10pt;
}
}
.input-Area{