minor css changes

This commit is contained in:
Cade Scroggins 2016-02-02 17:48:52 -08:00
parent 98a37cec5d
commit 1809cf9eca

View file

@ -11,6 +11,11 @@
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js" type="text/javascript" async></script>
<style type="text/css">
body,
input {
font-family: 'Lato', sans-serif;
}
body {
position: absolute;
width: 100%;
@ -19,8 +24,6 @@
padding: 0;
background: #29323c;
color: #fff;
font-family: 'Lato', sans-serif;
font-weight: 300;
text-align: center;
}
@ -65,7 +68,7 @@
.help {
height: 0;
margin: 1rem auto 0;
border-right: dashed 1px #3F4A56;
border-right: dashed 1px #fff;
transition: height 0.2s linear;
text-align: left;
line-height: 1rem;