Skip to content

Commit

Permalink
Use rem for font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Oct 25, 2024
1 parent 3365934 commit 4ef264c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/astro-embed-baseline-status/BaselineStatus.astro
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ const year =
padding-inline: 24px;
max-width: 800px;
font-family: Roboto, sans-serif;
font-size: 14px;
font-size: 0.875rem;
font-style: normal;
}

.feature-name {
font-weight: normal;
font-size: 20px;
font-size: 1.25rem;
margin: 0;
}

Expand Down Expand Up @@ -190,7 +190,7 @@ const year =
.baseline-badge {
background: #3367d6;
color: #fff;
font-size: 11px;
font-size: 0.6875rem;
padding-inline: 4px;
border-radius: 2px;
text-transform: uppercase;
Expand Down Expand Up @@ -234,7 +234,7 @@ const year =
summary {
display: flex;
cursor: pointer;
font-size: 16px;
font-size: 1rem;
display: flex;
flex-wrap: wrap;
gap: 16px;
Expand Down

0 comments on commit 4ef264c

Please sign in to comment.