Use Heading component on Credits and Subscribe page

Adapt the entering animation as well, SiteTitle was fading
This commit is contained in:
2022-08-01 11:30:20 +02:00
parent d2100c7167
commit 01859031aa
5 changed files with 12 additions and 36 deletions

View File

@@ -19,7 +19,7 @@
}
// Text
:global(p) {
.text {
max-width: 300px;
margin: 40px auto 0;
font-weight: 200;

View File

@@ -1,28 +1,5 @@
// Credits Page
.credits {
// Intro Section
&__heading {
margin: 56px 0 72px;
color: $color-tertiary;
text-align: center;
@include bp (md) {
margin: 160px 0;
}
// Text
p {
max-width: 320px;
margin: 50px auto 0;
font-weight: 200;
@include bp (sm) {
margin: 72px auto 0;
max-width: 450px;
}
}
}
// List
&__list {
padding-bottom: 96px;