Skip to content

Commit

Permalink
feat(css): new style - small
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 23, 2024
1 parent a55e94b commit 0984ec2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,11 @@ footer a:hover {
figure.quote blockquote {
font-size: calc(24rem / 16);
}

small,
.small {
font-size: calc(12rem / 16);
}
}

@media (max-width: 992px) {
Expand Down Expand Up @@ -438,6 +443,11 @@ footer a:hover {
figure.quote blockquote {
font-size: calc(20rem / 16);
}

small,
.small {
font-size: calc(10rem / 16);
}
}

@media (min-width: 768px) {
Expand Down

0 comments on commit 0984ec2

Please sign in to comment.