merging changes from rome

This commit is contained in:
Calvin Jhunjhnuwala
2021-07-01 16:24:09 -07:00
3 changed files with 19 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -35,9 +35,10 @@ a.card,
} }
.content h1 { .content h1 {
font-size: 3rem;
margin-top: 32px; margin-top: 32px;
line-height: 1.2; line-height: 1.2;
font-weight: 400; font-weight: 700;
} }
.content h1:first-child, .content h1:first-child,
.landing section:first-of-type h1:first-child { .landing section:first-of-type h1:first-child {
@@ -48,26 +49,33 @@ a.card,
margin-top: -80px; margin-top: -80px;
} }
.content h2 { .content h2 {
margin-top: 72px; margin-top: 2.5rem;
margin-bottom: 24px; margin-bottom: 1.5rem;
font-weight: 400; font-size: 2.5rem;
font-weight: 600;
line-height: 1.2; line-height: 1.2;
} }
.content h3 { .content h3 {
margin-top: 24px; font-size: 2.125rem;
margin-top: 2rem;
margin-bottom: 1rem;
line-height: 1.2; line-height: 1.2;
} }
.content h4 { .content h4 {
margin-top: 20px; font-size: 1.75rem;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
line-height: 1.2; line-height: 1.2;
} }
.content h5 { .content h5 {
margin-top: 16px; font-size: 1.25rem;
margin-top: 1.25rem;
line-height: 1.2; line-height: 1.2;
font-weight: 700; font-weight: 700;
} }
.content h6 { .content h6 {
margin-top: 12px; font-size: 1rem;
margin-top: 1rem;
line-height: 1.2; line-height: 1.2;
font-weight: 700; font-weight: 700;
} }

View File

@@ -70,6 +70,7 @@
</form> </form>
</div><!--/#topnav-search--> </div><!--/#topnav-search-->
<!--{#TEMPORARILY DISABLED: language selector (many common pages are mostly untranslated right now)
<div class="nav-item" id="topnav-language"> <div class="nav-item" id="topnav-language">
<div class="dropdown"> <div class="dropdown">
<a class="nav-link dropdown-toggle with-caret" id="language_selector_header_btn" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <a class="nav-link dropdown-toggle with-caret" id="language_selector_header_btn" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@@ -87,5 +88,6 @@
</div><!--/.dropdown-menu--> </div><!--/.dropdown-menu-->
</div><!--/.dropdown--> </div><!--/.dropdown-->
</div><!--/.language-selector--> </div><!--/.language-selector-->
#}-->
</div><!--/#top-main-nav--> </div><!--/#top-main-nav-->
</nav> </nav>