update: CSS refactoring

This commit is contained in:
Gaëlle Morin
2019-06-27 13:45:35 +02:00
parent 3accd38b31
commit 738eff4760
4 changed files with 9 additions and 21 deletions

View File

@ -13,13 +13,12 @@
position: relative;
img {
width: 300px;
border-radius: 50%;
height: 300px;
object-fit: cover;
border-radius: 50%;
overflow: hidden;
object-position: center;
width: 300px;
}
}