feat: add file styling

This commit is contained in:
Yanislav Igonin 2022-02-07 12:26:44 +02:00
parent 524b75e04d
commit 53e67cc461

View File

@ -15,8 +15,10 @@
.file-container { .file-container {
max-width: 5rem; max-width: 5rem;
padding: 2px;
} }
.file { .file {
width: 100%; width: 100%;
border-radius: 5px;
} }