Skip to content

Commit

Permalink
Thiết kế lại các nút, input, thanh điều hướng
Browse files Browse the repository at this point in the history
Anhvu9988 committed Jan 12, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c529f68 commit 87cf004
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions templates/blog/list.html
Original file line number Diff line number Diff line change
@@ -195,6 +195,25 @@ <h3>{{ _('New problems') }} <i class="fa fa-puzzle-piece"></i>
</span>
</div>
</div>
<style>

.no-padding-bottom{
padding-bottom: 0 !important;
}
</style>
<div class="blog-sidebox sidebox no-padding-bottom">
<h3>{{ _('CHTOJ Discord') }}</h3>
</div>
<div class=".blog-sidebar">
<iframe
src="https://discord.com/widget?id=1243196002446606417&theme=dark"
allowtransparency="true"
width="363"
height="350"
frameborder="1"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
></iframe>
</div>
</div>
</div>
{% block after_posts %}{% endblock %}

0 comments on commit 87cf004

Please sign in to comment.