mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-03-12 10:04:38 +03:00
delete garbage
This commit is contained in:
parent
89a97fcac3
commit
f6cfc84856
3 changed files with 11 additions and 36 deletions
|
@ -1,37 +1,21 @@
|
|||
.card {
|
||||
border-radius: 8%;
|
||||
width: 250px;
|
||||
border-radius: 4%;
|
||||
width: 350px;
|
||||
height: 200px;
|
||||
overflow: hidden;
|
||||
margin: 10px;
|
||||
background-color: #131313;
|
||||
}
|
||||
|
||||
|
||||
.card img {
|
||||
width: initial;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.image {
|
||||
.header-row {
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.header-row .card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.header-row span > .card {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.header-row span img {
|
||||
width: 30px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.btn, .btn:hover {
|
||||
background-color: #131313;
|
||||
border: 0px #131313;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue