diff --git a/static/css/simple-blog-template.css b/static/css/simple-blog-template.css index 971f9cd..d1887a0 100644 --- a/static/css/simple-blog-template.css +++ b/static/css/simple-blog-template.css @@ -178,3 +178,15 @@ nav { pointer-events: none; opacity: 0.3; /* More subtle */ } + +.comment-text { + white-space: pre-line; /* This converts newlines into actual line breaks */ + color: #444; + line-height: 1.5; +} + +/* Fix the button height alignment */ +.comment-card .btn-modern { + margin-top: 15px; + display: inline-block; +}