diff --git a/templates/post.html b/templates/post.html index 6557c38..39c34e6 100644 --- a/templates/post.html +++ b/templates/post.html @@ -39,6 +39,16 @@ font-size: 14px; cursor: pointer; } +#button.btn.circle { + border: none; + border-radius: 50%; + padding: 14px 16px; + background: none; + display: flex; + align-items: center; + justify-content: center; +} + @media (max-width: 600px) { body {padding: 8px;}