micrach/static/styles/post.css
Yanislav Igonin 672e82d06e
Feature - Post design (#11)
* feat: add date and id in post design

* feat: add file styling
2022-02-07 13:27:16 +03:00

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;
}