Merge branch 'contact' of Disroot/grav-theme-disroot into master

This commit is contained in:
Fede.- 2019-10-15 19:51:30 +00:00 committed by Gitea
commit a488e014f5
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 {