mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Update banner structure and styling
This commit is contained in:
parent
7e12de02bf
commit
95bc745b03
6 changed files with 227 additions and 91 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue