Ad profile table (#110)

This commit is contained in:
Phuoc Anh Kha Le 2024-05-21 23:09:22 -05:00 committed by GitHub
parent ee17bc0778
commit 5335bc248f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 474 additions and 274 deletions

View file

@ -2,16 +2,16 @@
{% block three_col_media %}
{% include "blog/media-css.html" %}
<style>
@media (max-width: 799px) {
.title {
clear: both;
}
}
.no-clarifications-message {
font-style: italic;
text-align: center;
}
.org-logo {
height: 2em;
width: 2em;
margin-right: 0.5em;
}
</style>
{% endblock %}
@ -98,7 +98,8 @@
</div>
{% endif %}
{% include 'contests-countdown.html' %}
{% include 'recent-organization.html' %}
{% include 'profile-table.html' %}
{% include 'top-users.html' %}
{% include 'recent-organization.html' %}
</div>
{% endblock %}