mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
18 lines
205 B
CSS
18 lines
205 B
CSS
.post-container {
|
|
border: 1px solid rgba(0,0,0,.125);
|
|
border-radius: .25rem;
|
|
display: flex;
|
|
}
|
|
|
|
.files-container {
|
|
display: flex;
|
|
}
|
|
|
|
.file-container {
|
|
max-width: 5rem;
|
|
}
|
|
|
|
.file {
|
|
width: 100%;
|
|
}
|