Increase font size of last step of link flow

This commit is contained in:
Evan Hahn 2021-12-17 16:23:39 -06:00 committed by GitHub
parent c6a4f6ec5c
commit fa9c523d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -8,13 +8,14 @@
text-align: center;
h1 {
@include font-body-1-bold;
@include font-title-2;
margin-top: 18px;
}
h2 {
@include font-subtitle;
@include font-body-1;
font-weight: normal;
margin-block-start: 0;
@include light-theme {
color: $color-gray-60;