css fine tuning

This commit is contained in:
antil0pa 2019-10-15 12:58:39 +02:00
parent 9dc8c04474
commit b3331c783b
1 changed files with 22 additions and 3 deletions

View File

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