Fix training guide font size

This commit is contained in:
kez 2023-01-06 10:57:48 -08:00 committed by kezzle
parent e1cc3dbcd2
commit 68d5350db7
2 changed files with 7 additions and 5 deletions

View File

@ -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;

View File

@ -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>