feat: improved tab navigation

This commit is contained in:
Cory Dransfeldt 2024-06-18 15:32:25 -07:00
parent 7943179e16
commit ccce1537fd
No known key found for this signature in database
20 changed files with 171 additions and 59 deletions

View file

@ -37,8 +37,8 @@
}
& .progress-bar-wrapper {
margin-top: var(--font-size-xs);
max-width: 75%;
margin-bottom: 0;
}
& blockquote.description {
@ -65,6 +65,7 @@
& p {
&.title {
font-size: var(--font-size-xl);
line-height: 1;
}
&.sub-meta {
@ -109,6 +110,7 @@
align-items: start;
& .progress-bar-wrapper {
margin-top: 0;
max-width: 40%;
}
}