This commit is contained in:
parent
6556188778
commit
91e2116e13
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
color: black;
|
color: black;
|
||||||
display: block;
|
display: block;
|
||||||
box-shadow: 0 0 50px #ccc;
|
box-shadow: 0 0 50px #ccc;
|
||||||
border-radius: 30px;
|
border-radius: 5px;
|
||||||
width: calc((100% - 50px) / 2);
|
width: calc((100% - 50px) / 2);
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
object-position: center;
|
object-position: center;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-radius: 30px;
|
border-radius: 5px;
|
||||||
border-bottom-right-radius: 0px;
|
border-bottom-right-radius: 0px;
|
||||||
border-bottom-left-radius: 0px;
|
border-bottom-left-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue