Skip to content

Commit

Permalink
up font size in document meta
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Sep 5, 2024
1 parent 44b0432 commit ebffeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddlh/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ p {
}

.meta {
font-size: 0.8rem;
font-size: 1rem;
margin: var(--spacer-unit);
margin-top: calc(0.5 * var(--spacer-unit));
}
Expand All @@ -1287,7 +1287,7 @@ p {
display: inline-block;
width: auto;
border: none;
font-size: 0.8rem;
font-size: 1rem;
justify-content: left;
border-radius: 0;
text-align: left;
Expand Down

0 comments on commit ebffeb0

Please sign in to comment.