Use a 50% border-radius on header image for consistency

This commit is contained in:
Salt 2021-01-23 20:29:39 -06:00
parent 9f1cc86a4a
commit fb9f901c34
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ nav ul li:after {
text-align: center; text-align: center;
} }
.header img { .header img {
border-radius: 3em; border-radius: 50%;
display: block; display: block;
margin: 0 auto 1em auto; margin: 0 auto 1em auto;
height: 6em; height: 6em;