Skip to content

Commit

Permalink
Translate px size to rems
Browse files Browse the repository at this point in the history
  • Loading branch information
tinykite committed Aug 14, 2024
1 parent 5992610 commit 3df12e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perma_web/static/css/style-responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5939,14 +5939,14 @@ Example: calc(4rem / 16) is equal to 4px or 0.25rem */
grid-template-columns: auto auto 1fr;
align-items: center;
justify-content: start;
gap: 6px;
gap: 0.6rem;
border-top: 2px solid $color-blue;
padding-top: $grid;
padding-bottom: $grid * 2;
}

.c-sectionHeading__name {
font-size: 22px;
font-size: 2.2rem;
color: $color-blue;
font-family: $font-hed-alt;
font-weight: 700;
Expand Down

0 comments on commit 3df12e5

Please sign in to comment.