Skip to content

Commit

Permalink
Make dark (main) and light (main2) more consistent re: heading margins.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-p-randall committed Jan 16, 2024
1 parent 24ea61e commit df33007
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ summary:focus {
.breadcrumbs ol {
padding: 0;
list-style: none;
font-size: 1em;
/* font-size: 1em; */
}

.breadcrumbs li:not(:last-child)::after {
Expand Down
11 changes: 10 additions & 1 deletion assets/css/main2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,13 @@ summary:focus {
h1,h2,h3,h4,h5,h6 {
color: $masthead-link-color;
}
*/
*/

h1, h2, h3, h4, h5, h6 {
margin: 1em 0 0.5em;
}

h2 {
padding-bottom: 0em;
border-bottom: none;
}

0 comments on commit df33007

Please sign in to comment.