Skip to content

Commit

Permalink
chore: reduce font size of figure captions
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Nov 27, 2024
1 parent 89d128c commit a0b2423
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions identinet.css
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,7 @@ li li li li {
li li li li li {
font-size: 80%;
}

figure caption {
font-size: 60%;
}
4 changes: 4 additions & 0 deletions identiops.css
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,10 @@ li li li li li {
font-size: 80%;
}

figure caption {
font-size: 60%;
}

#slide-header {
background-image: url("./images/identiops-long-background-transparent.svg");
background-position: center right 4rem;
Expand Down
12 changes: 8 additions & 4 deletions source/identinet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,17 +309,21 @@ li {
}

li li {
font-size: calc(100% * 0.8);
font-size: 80%;
}

li li li {
font-size: calc(100% * 0.8);
font-size: 80%;
}

li li li li {
font-size: calc(100% * 0.8);
font-size: 80%;
}

li li li li li {
font-size: calc(100% * 0.8);
font-size: 80%;
}

figure caption {
font-size: 60%;
}

0 comments on commit a0b2423

Please sign in to comment.