Update index.html

This commit is contained in:
mathias 2016-04-08 23:17:45 +03:00
parent a64fb439b8
commit ad6abef826

View file

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