diff --git a/index.html b/index.html index e7c9eca..dfcfe3a 100644 --- a/index.html +++ b/index.html @@ -139,7 +139,7 @@ -webkit-animation: fadein 1s; animation: fadein 1s; } - #about p, #downloads p { + #about p, #feedback p, #downloads p { margin: 0 0 2.125em 0; line-height: 1.6; } @@ -247,7 +247,7 @@ color: #000; background: #fff; padding: 0.563em 0.688em 0.563em 0.688em; - margin: 1.625em 0 1.625em 0; + margin: 0 0 1.625em 0; border-radius: 0.250em; display: block; width: 100%; @@ -263,10 +263,11 @@ display: inline-block; font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 1.000em; - height: 2.500em; - line-height: 2.500em; + height: 2.188em; + line-height: 2.188em; padding: 0 0.688em 0 0.688em; text-transform: uppercase; + vertical-align: top; } button:hover, button:focus, #downloads a:hover, #downloads a:focus { background: rgba(255,255,255,.05);