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 {
|
||||
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%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue