diff --git a/src/app/pages/create-or-retrieve/create-or-retrieve.component.scss b/src/app/pages/create-or-retrieve/create-or-retrieve.component.scss index e69de29b..01417eec 100644 --- a/src/app/pages/create-or-retrieve/create-or-retrieve.component.scss +++ b/src/app/pages/create-or-retrieve/create-or-retrieve.component.scss @@ -0,0 +1,17 @@ +h1 { + display: inline-block; + margin-bottom: 3rem; + font-size: 2.6rem; + + &::after { + content: ""; + display: block; + width: 27.4%; + height: 2px; + margin-top: 5px; + margin-right: auto; + margin-left: auto; + // background-color: $primary_color; + } + } + \ No newline at end of file diff --git a/src/assets/scss/atoms/_headings.scss b/src/assets/scss/atoms/_headings.scss index 6bfe0bb7..cbfd3bb3 100644 --- a/src/assets/scss/atoms/_headings.scss +++ b/src/assets/scss/atoms/_headings.scss @@ -1,18 +1,11 @@ @charset "UTF-8"; +h1, +h2 { + font-family: $title_font; +} h1 { - display: inline-block; - margin-bottom: 3rem; - - &::after { - content: ""; - display: block; - width: 27.4%; - height: 2px; - margin-top: 5px; - margin-right: auto; - margin-left: auto; - background-color: $primary_color; - } -} + font-size: 2rem; + font-weight: 600; +} \ No newline at end of file