diff --git a/index.html b/index.html
index 73aef54..273a117 100644
--- a/index.html
+++ b/index.html
@@ -119,6 +119,7 @@
content: "\2193";
}
#intro, #about, #news {
+ width: 100%;
height: 100%;
display: table;
}
@@ -192,11 +193,11 @@
border-radius: 0.313em;
}
#ip span {
- font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
- color: #000;
background: #fff;
- padding: 0.563em 0.563em 0.563em 0.625em;
border-radius: 0.188em 0 0 0.188em;
+ color: #000;
+ font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
+ padding: 0.563em 0.563em 0.563em 0.625em;
}
#ip i {
color: #fff;
@@ -225,24 +226,25 @@
margin: 0;
}
#news span {
- font-size: 0.813em;
color: rgba(255,255,255,.4);
+ font-size: 0.813em;
}
/* Downloads */
#downloads {
+ width: 100%;
height: 40%;
display: table;
}
#downloads a {
+ border: #fff solid 1px;
+ border-radius: 0.313em;
+ color: #fff;
display: inline-block;
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1.000em;
- text-transform: uppercase;
- color: #fff;
- border: #fff solid 1px;
- padding: 0.625em 0.688em 0.625em 0.688em;
margin: 1.875em 0 0 0;
- border-radius: 0.313em;
+ padding: 0.625em 0.688em 0.625em 0.688em;
+ text-transform: uppercase;
}
#downloads a:last-child {
margin: 1.875em 0 0 0.500em;