Skip to content

Commit

Permalink
make styling more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Feb 12, 2025
1 parent 7a84806 commit 813936d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,10 @@ body:has(.navbar-sidebar--show) > div:first-of-type {
--ifm-h1-font-size: 2.5rem !important;
}

.markdown > header {
margin-bottom: calc(var(--ifm-h1-vertical-rhythm-bottom)* var(--ifm-leading));
}

.tech-select__single-value a {
margin: 2px;
padding-bottom: 2px;
Expand Down Expand Up @@ -1571,7 +1575,7 @@ code {

.completion-time-wrapper {
flex-basis: 100%;
margin: 1rem 0;
margin: 0.25rem 0;
}

.completion-time-container {
Expand Down

0 comments on commit 813936d

Please sign in to comment.