Skip to content

Commit

Permalink
And some more css tweaks for Item styles
Browse files Browse the repository at this point in the history
  • Loading branch information
HeirOfNorton authored Sep 25, 2024
1 parent 0189416 commit b411307
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,28 @@ $ComicSans: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive, sans-serif;
}

.itemblock {
.item {
margin-block-end: .5em;

.item-description {
}

h3 {
font-weight: bold;
}

.org, .loc {
}

.dates {
font-style: italic;
}

.subitems {
h4 {
}
}
}
}

.itemmodern {
Expand Down

0 comments on commit b411307

Please sign in to comment.