revert contact css

This commit is contained in:
antil0pa 2019-10-27 12:27:50 +01:00
parent 768b5e7864
commit 15327ebaa2
1 changed files with 27 additions and 0 deletions

View File

@ -602,6 +602,33 @@ ul#nav li a:hover .ul#nav li ul {
opacity: 1;
}
/* Contact
--------------------------------------*/
.contact {
width:60px;
vertical-align:middle;
display:inline;
margin-right: 30px;
}
.contact:hover {
filter: grayscale(100%);
}
.contact img {
max-height: 55px;
height: auto;
padding:5px;
float: left;
margin-right: 10px;
}
.contact p {
overflow: auto;
line-height: 1.5;
}
/* Donations
------------------------------------*/