Make image borders sharper

This commit is contained in:
Yorin Anne De Jong 2018-08-10 23:24:08 +02:00
parent e72bd066be
commit e1e053af27
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ h2 img {
float: right;
max-width: 10em;
border: .1em solid white;
border-radius: 0.2em;
border-radius: 0.1em;
box-shadow: 0 2px 2px gray;
margin-left: 1em;
}