You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
787 B
39 lines
787 B
/* --- */
|
|
.MultiCard {
|
|
width: 300px;
|
|
height: 500px;
|
|
/*padding: 25px 1em 10px 1em;*/
|
|
margin: auto 20px 20px 20px;
|
|
}
|
|
|
|
.MultiCard .title {
|
|
text-align: left;
|
|
/*min-width: 500px;*/
|
|
}
|
|
|
|
.img {
|
|
width: 150px;
|
|
min-height: 200px;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
/* Центрируем по вертикали */
|
|
align-items: center;
|
|
/* Центрируем по горизонтали */
|
|
justify-content: center;
|
|
}
|
|
|
|
.CardMedia{
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.description{
|
|
min-height: 110px;
|
|
}
|
|
|
|
/* Smartphones (вертикальная и горизонтальная ориентация) ----------- */
|
|
@media only screen and (min-width : 320px) and (max-width : 480px) {
|
|
.MultiCard {
|
|
width: 90%;
|
|
height: 100%;
|
|
}
|
|
} |