Update index.html

This commit is contained in:
mathias 2016-04-08 23:20:45 +03:00
parent ad6abef826
commit 1f257e98e6

View file

@ -134,6 +134,10 @@
-webkit-animation: fadein 1s; -webkit-animation: fadein 1s;
animation: fadein 1s; animation: fadein 1s;
} }
#about p, #downloads p {
margin: 0 0 2.125em 0;
line-height: 1.6;
}
/* Intro */ /* Intro */
#intro { #intro {
background: #aa0000; background: #aa0000;
@ -181,10 +185,6 @@
#about h2:before { #about h2:before {
font-size: 1.025em; font-size: 1.025em;
} }
#about p {
margin: 0 0 2.125em 0;
line-height: 1.6;
}
#ip, #ip span, #ip i { #ip, #ip span, #ip i {
display: inline-block; display: inline-block;
} }
@ -242,12 +242,11 @@
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;
margin: 1.875em 0 0 0;
padding: 0.625em 0.688em 0.625em 0.688em; padding: 0.625em 0.688em 0.625em 0.688em;
text-transform: uppercase; text-transform: uppercase;
} }
#downloads a:last-child { #downloads a:last-child {
margin: 1.875em 0 0 0.500em; margin: 0 0 0 0.500em;
} }
#downloads a:hover, #downloads a:focus { #downloads a:hover, #downloads a:focus {
background: rgba(255,255,255,.05); background: rgba(255,255,255,.05);