fix radius

This commit is contained in:
L3D 2019-05-05 17:35:02 +02:00
parent f7d27b4f13
commit 0fccec527e
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -95,7 +95,7 @@
}
.image {
border-radius: 100%;
border-radius: 0%;
display: inline-block;
height: 18em;
margin-left: 3em;
@ -112,7 +112,7 @@
}
img {
border-radius: 100%;
border-radius: 0%;
display: block;
width: 100%;
}