mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
672e82d06e
* feat: add date and id in post design * feat: add file styling
25 lines
316 B
CSS
25 lines
316 B
CSS
.post-container {
|
|
border: 1px solid rgba(0,0,0,.125);
|
|
border-radius: .25rem;
|
|
}
|
|
|
|
.post-info-container {
|
|
margin-bottom: 10px;
|
|
color: #6c757d;
|
|
}
|
|
|
|
.files-container {
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.file-container {
|
|
max-width: 5rem;
|
|
padding: 2px;
|
|
}
|
|
|
|
.file {
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
}
|