contact #2

Manually merged
fede merged 4 commits from contact into master 2019-10-15 21:51:31 +02:00
1 changed files with 28 additions and 0 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
------------------------------------*/
@ -625,6 +638,21 @@ progress::-webkit-progress-bar {
border-radius: 2px;
}
/* Contact
------------------------------------*/
.contact img {
max-height: 55px;
height: auto;
padding:5px;
float: left;
margin-right: 10px;
}
.contact p {
overflow: auto;
line-height: 1.5;
}
/* Forms
------------------------------------*/
.form-title {