fix radius
This commit is contained in:
parent
f7d27b4f13
commit
0fccec527e
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
border-radius: 100%;
|
border-radius: 0%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 18em;
|
height: 18em;
|
||||||
margin-left: 3em;
|
margin-left: 3em;
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border-radius: 100%;
|
border-radius: 0%;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue