mirror of
https://github.com/abrendan/smolNews.git
synced 2025-08-25 14:02:07 +02:00
Initial commit
This commit is contained in:
28
style.css
Normal file
28
style.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user