diff --git a/static/css/simple-blog-template.css b/static/css/simple-blog-template.css index d8b4696..22ecbaf 100644 --- a/static/css/simple-blog-template.css +++ b/static/css/simple-blog-template.css @@ -124,6 +124,17 @@ nav { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } +.btn { + border-radius: 0; +} + +.btn-custom { + margin-top: 20px; + margin-right: 10px; + float: right; + border-radius: 5px; +} + /* --- Terminal Style (Code Blocks) --- */ .terminal-style { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace; diff --git a/templates/leave_comment.html b/templates/leave_comment.html index 920878c..2ecc86b 100644 --- a/templates/leave_comment.html +++ b/templates/leave_comment.html @@ -32,6 +32,10 @@ box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1); outline: none; } + + .comment-btn { + margin-top: 0; + }
@@ -68,6 +72,8 @@ >
- +