diff --git a/onlylegs/static/sass/components/banner.sass b/onlylegs/static/sass/components/banner.sass index 9f1d1fd..483c071 100644 --- a/onlylegs/static/sass/components/banner.sass +++ b/onlylegs/static/sass/components/banner.sass @@ -196,7 +196,7 @@ align-items: center .banner-header - margin: 0.5rem 0 + margin: 0.7rem 0 text-align: center font-size: 2.5rem @@ -212,10 +212,8 @@ .banner-picture margin: 0 auto - width: 4rem height: 4rem - display: flex .banner-small diff --git a/onlylegs/templates/profile.html b/onlylegs/templates/profile.html index 11501f9..02b5d80 100644 --- a/onlylegs/templates/profile.html +++ b/onlylegs/templates/profile.html @@ -8,6 +8,12 @@ {% endif %} {% endblock %} -{% block nav_profile %}selected{% endblock %} +{% block nav_profile %}{% if user.id == current_user.id %}selected{% endif %}{% endblock %} {% block content %}