Fix title inconsistencies #229

Merged
j285he merged 5 commits from jared-fix-headers into main 2021-08-30 20:49:13 -04:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit e491a4076d - Show all commits

View File

@ -5,7 +5,7 @@
.main > h1 {
padding-bottom: calc(16rem / 16);
border-bottom: 1px solid var(--primary-heading);
border-bottom: calc(1rem / 16) solid var(--primary-heading);
}
.header a {

View File

@ -4,7 +4,7 @@
.main > h1 {
padding-bottom: calc(16rem / 16);
border-bottom: 1px solid var(--primary-heading);
border-bottom: calc(1rem / 16) solid var(--primary-heading);
}
.blue {

View File

@ -4,7 +4,7 @@
.page > h1 {
padding-bottom: calc(16rem / 16);
border-bottom: 1px solid var(--primary-heading);
border-bottom: calc(1rem / 16) solid var(--primary-heading);
}
.term {