Added shadow to profile pic and fixed error with padding and border-radius

This commit is contained in:
2018-07-17 16:32:01 +02:00
committed by Dennis Potter
parent af0267371e
commit bbf28fec9b
2 changed files with 10 additions and 2 deletions

View File

@@ -931,6 +931,9 @@ call-to-action .button {
text-align: center;
width: 180px;
border-radius: 100%;
-webkit-box-shadow: 10px 20px 45px -18px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 20px 45px -18px rgba(0,0,0,0.75);
box-shadow: 10px 20px 45px -18px rgba(0,0,0,0.75);
}
#contact .name {
@@ -1092,9 +1095,12 @@ call-to-action .button {
display: none;
}
#contact .profile-pic-wrapper {
padding-top: 20px;
}
#contact .profile-pic {
margin: 0px auto 0 auto;
padding-top: 20px;
width: 90px;
}