mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-06 06:13:57 +03:00
delete garbage and add crop image
This commit is contained in:
parent
3b14992b09
commit
b13f86d1bf
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
||||||
.card {
|
.card {
|
||||||
border-radius: 4%;
|
border-radius: 2%;
|
||||||
width: 350px;
|
min-width: 350px;
|
||||||
|
max-width: 400px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
@ -15,7 +16,7 @@
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn, .btn:hover {
|
.card-img-top {
|
||||||
background-color: #131313;
|
object-fit: none;
|
||||||
border: 0px #131313;
|
object-position: center;
|
||||||
}
|
}
|
Loading…
Reference in a new issue