Update sent.html

This commit is contained in:
mathias 2015-12-12 20:03:27 +02:00
parent c150447757
commit 93c90221f7

View file

@ -97,6 +97,10 @@
margin: 0 0 0.813em 0;
cursor: default;
}
p {
margin: 0 0 2.375em 0;
line-height: 1.6;
}
a {
text-decoration: none;
color: rgba(255,255,255,.4);
@ -127,6 +131,21 @@
top: 2px;
margin: 0 0.625em 0 0;
}
#contact a {
text-transform: uppercase;
color: #fff;
border: #fff solid 1px;
padding: 0.500em 0.625em 0.500em 0.688em;
margin: 1.625em 0 0 0;
-moz-border-radius: 0.313em;
-webkit-border-radius: 0.313em;
-o-border-radius: 0.313em;
border-radius: 0.313em;
transition: background .2s ease-in-out;
}
#contact a:hover {
background: rgba(255,255,255,.05);
}
/* Responsive Design */
@media (min-width: 0px) {
html { font-size: 76%; }