From 53e67cc46129f2a0755e1148592ece7901c7cdd1 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Mon, 7 Feb 2022 12:26:44 +0200 Subject: [PATCH] feat: add file styling --- static/styles/post.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/styles/post.css b/static/styles/post.css index 44c8f9a..25e8d6f 100644 --- a/static/styles/post.css +++ b/static/styles/post.css @@ -15,8 +15,10 @@ .file-container { max-width: 5rem; + padding: 2px; } .file { width: 100%; + border-radius: 5px; }