fix jumbotron padding

This commit is contained in:
Antonela 2019-06-03 14:07:44 -03:00
parent ed4b363db1
commit 924293c705
5 changed files with 5979 additions and 3667 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@
<div class="container bg-dark pt-5">
{% endif %}
<div class="row">
<div class="col-12 content-center pt-5">
<div class="col-12 content-center">
<div class="row">
<h6 class="mx-auto text-white">{% block section %}{{ this.section }}{% endblock %}</h6>
</div>

View File

@ -1,19 +1,15 @@
<div class="container bg-{{ this.color }} pt-5">
<div class="row">
<div class="col-12 content-center pt-5">
<div class="row">
<div class="col-12 content-center pt-5">
<div class="row">
<h6 class="mx-auto text-white">{% block section %}{{ this.section }}{% endblock %}</h6>
</div>
<div class="row pb-5">
<h2 class="mx-auto display-4 text-white">{% block title %}{{ this.title }}{% endblock %}</h2>
</div>
<div class="row pb-5">
<h4 class="mx-auto text-white">{% block subtitle %}{{ this.subtitle }}{% endblock %}</h4>
</div>
<div class="col-12 content-center">
<div class="row">
<h6 class="mx-auto text-white">{% block section %}{{ this.section }}{% endblock %}</h6>
</div>
<div class="row">
<h2 class="mx-auto display-3 text-white">{% block title %}{{ this.title }}{% endblock %}</h2>
</div>
<div class="row pb-5">
<h4 class="mx-auto text-white">{% block subtitle %}{{ this.subtitle }}{% endblock %}</h4>
</div>
</div>
</div>
</div>
</div>

View File

@ -1,9 +1,9 @@
{% if this.color == 'primary' %}
<div class="container bg-primary">
<nav class="navbar no-background navbar-expand-lg navbar-dark fixed-top bg-primary p-5">
<nav class="navbar no-background navbar-expand-lg navbar-dark fixed-top bg-primary p-4">
{% else %}
<div class="container bg-dark">
<nav class="navbar no-background navbar-expand-lg navbar-dark fixed-top bg-dark p-5">
<nav class="navbar no-background navbar-expand-lg navbar-dark fixed-top bg-dark p-4">
{% endif %}
<a class="navbar-brand" href="/">
<img alt="{{ 'The Tor Project' }}" src="{{ '/static/images/tor-logo.svg'|asseturl }}" >