diff --git a/index.html b/index.html
index 273a117..e059dd9 100644
--- a/index.html
+++ b/index.html
@@ -134,6 +134,10 @@
-webkit-animation: fadein 1s;
animation: fadein 1s;
}
+ #about p, #downloads p {
+ margin: 0 0 2.125em 0;
+ line-height: 1.6;
+ }
/* Intro */
#intro {
background: #aa0000;
@@ -181,10 +185,6 @@
#about h2:before {
font-size: 1.025em;
}
- #about p {
- margin: 0 0 2.125em 0;
- line-height: 1.6;
- }
#ip, #ip span, #ip i {
display: inline-block;
}
@@ -242,12 +242,11 @@
display: inline-block;
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1.000em;
- margin: 1.875em 0 0 0;
padding: 0.625em 0.688em 0.625em 0.688em;
text-transform: uppercase;
}
#downloads a:last-child {
- margin: 1.875em 0 0 0.500em;
+ margin: 0 0 0 0.500em;
}
#downloads a:hover, #downloads a:focus {
background: rgba(255,255,255,.05);