diff --git a/css/layout.css b/css/layout.css index 316c574..1b7dce5 100755 --- a/css/layout.css +++ b/css/layout.css @@ -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; } diff --git a/index.html b/index.html index 487e810..d9c649f 100755 --- a/index.html +++ b/index.html @@ -504,7 +504,9 @@
- +
+ +

Dennis Potter