fix profile styles

This commit is contained in:
Diatrex 2020-05-15 14:21:52 +03:00
parent 454e5b98cb
commit 9dd28b97fe
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<!-- User Profile Form Section-->
<div class="col-md-12 mt-5 bg-light profile-section">
<div class="col-md-12 mt-5 bg-light profile-section pb-4">
<nav>
<div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
<a class="nav-item nav-link active text-dark" id="nav-profile-tab" data-toggle="tab"

View File

@ -2,7 +2,7 @@
{{ asset_style("visiosoft.module.profile::assets/css/profile-nav.scss") }}
{% endblock %}
<div class="row mt-5">
<div class="row mt-md-5">
{% include "visiosoft.module.profile::profile/partials/navigation" %}