custom css out of bootstrap folder

main
jgenero 4 years ago
parent 87b133f273
commit d9c5c21343

@ -42,7 +42,7 @@
</nav> </nav>
</header> </header>
<main role="main" style="min-height: 80vh; height: auto !important; height: 100%; margin: 110px auto 50px;"> <main role="main" style="min-height: 80vh; height: auto !important; height: 100%; margin: 0 auto 50px;">
<!-- BLOCK CORPS --> <!-- BLOCK CORPS -->
{% block corps%}{%endblock%} {% block corps%}{%endblock%}
</main> </main>

@ -3,8 +3,8 @@
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="{{url_for('static', filename='css/bootstrap/carousel.css')}}" rel="stylesheet"> <link href="{{url_for('static', filename='css/carousel.css')}}" rel="stylesheet">
<!-- Custom styles for Actes princiers project --> <!-- Custom styles for Actes princiers project -->
<link href="{{url_for('static', filename='css/bootstrap/custom_style_main.css')}}" rel="stylesheet"> <link href="{{url_for('static', filename='css/custom_style_main.css')}}" rel="stylesheet">
Loading…
Cancel
Save