mirror of
https://github.com/abrendan/smolNews.git
synced 2025-06-16 12:45:04 +02:00
32 lines
442 B
CSS
32 lines
442 B
CSS
.card-horizontal {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.card-horizontal img {
|
|
width: 337px;
|
|
height: 200px;
|
|
margin-right: 15px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.modal-body img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.modal-dialog {
|
|
max-width: 800px;
|
|
}
|
|
|
|
.article-metadata {
|
|
color: #666;
|
|
font-size: 0.9em;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.icon-small {
|
|
width: 10%; /* Set the width to 10% */
|
|
} |