replaced profile-picture border with box-shadow

This commit is contained in:
椎名奈緒 2016-05-27 09:41:30 +08:00
parent 7c769bf99d
commit 12ad751fae

View File

@ -144,7 +144,7 @@ body {
#profile-picture {
background: url('../images/headpic.png');
background-size: 100%;
border: 1px solid #AAA;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
border-radius: 50%;
bottom: 1em;
display: block;