mirror of
https://github.com/torproject/community.git
synced 2024-11-23 18:00:02 +00:00
Decrease the font size of the training guide table
This commit is contained in:
parent
c5167202ac
commit
e795eb788f
@ -69,6 +69,10 @@ main li {
|
|||||||
padding-right: 3.5rem !important;
|
padding-right: 3.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font-size-1-1-rem {
|
||||||
|
font-size: 1.1rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
.js-filter-dropdowns {
|
.js-filter-dropdowns {
|
||||||
.dropdown {
|
.dropdown {
|
||||||
width: min-content;
|
width: min-content;
|
||||||
|
@ -13,14 +13,14 @@
|
|||||||
<h1>{{ resource['name'] }}</h1>
|
<h1>{{ resource['name'] }}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="row col resource-table">
|
<div class="row col resource-table">
|
||||||
<span class="text-muted h5 font-weight-600 col-6 col-lg-2 pl-0 border-bottom">{{ _('Maintained by') }}</span>
|
<span class="text-muted font-size-1-1-rem font-weight-600 col-6 col-lg-2 pl-0 border-bottom">{{ _('Maintained by') }}</span>
|
||||||
<span class="h5 font-weight-600 col-6 col-lg-2 border-bottom">{{ resource['author'] }}</span>
|
<span class="font-size-1-1-rem font-weight-600 col-6 col-lg-2 border-bottom">{{ resource['author'] }}</span>
|
||||||
<div class="w-100"></div>
|
<div class="w-100"></div>
|
||||||
<span class="text-muted h5 font-weight-600 col-6 col-lg-2 pl-0 border-bottom">{{ _('Last updated') }}</span>
|
<span class="text-muted font-size-1-1-rem font-weight-600 col-6 col-lg-2 pl-0 border-bottom">{{ _('Last updated') }}</span>
|
||||||
<span class="h5 font-weight-600 col-6 col-lg-2 border-bottom">{{ resource['date'] }}</span>
|
<span class="font-size-1-1-rem font-weight-600 col-6 col-lg-2 border-bottom">{{ resource['date'] }}</span>
|
||||||
<div class="w-100"></div>
|
<div class="w-100"></div>
|
||||||
<span class="text-muted h5 font-weight-600 col-6 col-lg-2 pl-0">{{ _('Estimated time') }}</span>
|
<span class="text-muted font-size-1-1-rem font-weight-600 col-6 col-lg-2 pl-0">{{ _('Estimated time') }}</span>
|
||||||
<span class="h5 font-weight-600 col-6 col-lg-2">{{ this.estimated_time or 'FIXME: NO TIME ESTIMATE' }}</span>
|
<span class="font-size-1-1-rem font-weight-600 col-6 col-lg-2">{{ this.estimated_time or 'FIXME: NO TIME ESTIMATE' }}</span>
|
||||||
</div>
|
</div>
|
||||||
<p class="mb-5">{{ resource['description'] }}</p>
|
<p class="mb-5">{{ resource['description'] }}</p>
|
||||||
{% if this.objectives %}
|
{% if this.objectives %}
|
||||||
|
Loading…
Reference in New Issue
Block a user