You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
333 B
CSS

.screen {
padding-bottom: 1em;
max-width: 500px;
margin: 0 auto;
}
.card {
margin: 1em;
padding: 1em;
width: 300px;
border-radius: 6px;
}
.image {
text-align: center;
}
.image img, .image video {
border-radius: 6px;
}
.img-fluid {
max-height: 200px;
object-fit: cover;
}
3 years ago
.wrap {
word-wrap: break-word;
}