mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 09:23:57 +03:00
37 lines
No EOL
570 B
CSS
37 lines
No EOL
570 B
CSS
.card {
|
|
border-radius: 2%;
|
|
min-width: 350px;
|
|
max-width: 400px;
|
|
height: 200px;
|
|
overflow: hidden;
|
|
margin: 10px;
|
|
background-color: #131313;
|
|
}
|
|
|
|
.header-row {
|
|
flex-wrap: wrap;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.card-img-top {
|
|
object-fit: none;
|
|
object-position: center;
|
|
}
|
|
|
|
lottie-player {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.modal-body p {
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
|
|
.navbar {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
z-index: 100;
|
|
top: 0;
|
|
} |