mirror of
https://github.com/torproject/community.git
synced 2025-02-20 01:57:52 +00:00
fix jumbotron padding
This commit is contained in:
parent
ed4b363db1
commit
924293c705
9610
assets/static/bootstrap.css
vendored
9610
assets/static/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 }}" >
|
||||
|
Loading…
x
Reference in New Issue
Block a user