Update banner structure and styling

This commit is contained in:
Michał Gdula 2023-04-04 19:36:24 +00:00
parent 7e12de02bf
commit 95bc745b03
6 changed files with 227 additions and 91 deletions

View file

@ -2,10 +2,10 @@
{% block nav_profile %}selected{% endblock %}
{% block content %}
<div class="banner small">
<div class="banner-small">
<div class="banner-content">
<h1>{{ user.username }}</h1>
<p>Member since <span class="time">{{ user.created_at }}</span></p>
<h1 class="banner-header">{{ user.username }}</h1>
<p class="banner-info">Member since <span class="time">{{ user.created_at }}</span></p>
</div>
</div>
{% if images %}