Added shadow to profile pic and fixed error with padding and border-radius
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user