fix: image border radius not always circle

This commit is contained in:
Sebin Nyshkim 2020-04-25 15:54:44 +02:00
parent 34b9f1e299
commit 862c1c5e82

View file

@ -534,7 +534,7 @@ header {
img { img {
width: 100%; width: 100%;
border-radius: 5em; border-radius: 50%;
border: 0.375em solid #fff; border: 0.375em solid #fff;
box-shadow: 0.125em 0.125em 0.5em rgba(#000, 0.7); box-shadow: 0.125em 0.125em 0.5em rgba(#000, 0.7);
} }