post title
This commit is contained in:
@@ -32,21 +32,6 @@
|
|||||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
|
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Making the button pop */
|
|
||||||
.comment-card .btn-primary {
|
|
||||||
background-color: #d1d5da;
|
|
||||||
border: none;
|
|
||||||
padding: 8px 20px;
|
|
||||||
font-weight: 500;
|
|
||||||
border-radius: 6px;
|
|
||||||
margin-top: 15px;
|
|
||||||
transition: background 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.comment-card .btn-primary:hover {
|
|
||||||
background-color: #e1e4e8;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="comment-card">
|
<div class="comment-card">
|
||||||
@@ -83,6 +68,6 @@
|
|||||||
></textarea>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" class="btn btn-primary">Post Comment</button>
|
<button type="submit" class="btn-read-more">Post Comment</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Template{% endblock %} {% block content %} {% from
|
|||||||
"components/comment_renderer.html" import render_comment %}
|
"components/comment_renderer.html" import render_comment %}
|
||||||
|
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<h1 class="post-title">{{ post.title }}</h1>
|
<h1 class="text-3xl font-bold mb-8">{{ post.title }}</h1>
|
||||||
<p class="lead">{{ post.subtitle }}</p>
|
<p class="lead">{{ post.subtitle }}</p>
|
||||||
<p>
|
<p>
|
||||||
<span class="glyphicon glyphicon-time"></span> Posted on {{ post.date }}
|
<span class="glyphicon glyphicon-time"></span> Posted on {{ post.date }}
|
||||||
|
|||||||
Reference in New Issue
Block a user