mirror of
https://github.com/torproject/community.git
synced 2024-11-26 19:20:25 +00:00
Fix training guide font size
This commit is contained in:
parent
e1cc3dbcd2
commit
68d5350db7
@ -61,10 +61,6 @@ div.resource-table > div.row:not(:last-child) {
|
||||
}
|
||||
}
|
||||
|
||||
main li {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
.pr-6 {
|
||||
padding-right: 3.5rem !important;
|
||||
}
|
||||
@ -73,6 +69,12 @@ main li {
|
||||
font-size: 1.1rem !important;
|
||||
}
|
||||
|
||||
#training-guide-content {
|
||||
p {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.js-filter-dropdowns {
|
||||
.dropdown {
|
||||
width: min-content;
|
||||
|
@ -8,7 +8,7 @@
|
||||
</style>
|
||||
<div class="row pt-5">
|
||||
{% include 'sidenav.html' %}
|
||||
<div class="col-sm-12 col-xs-12 ml-sm-auto col-md-9 col-lg-9 {{ bag('alternatives', this.alt, 'order') }}">
|
||||
<div class="col-sm-12 col-xs-12 ml-sm-auto col-md-9 col-lg-9 {{ bag('alternatives', this.alt, 'order') }}" id="training-guide-content">
|
||||
<div class="row col">
|
||||
<h1 class="font-weight-600">{{ resource['name'] }}</h1>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user