fix: image border radius not always circle
This commit is contained in:
parent
34b9f1e299
commit
862c1c5e82
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue