thanks : style
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s

This commit is contained in:
isUnknown 2025-12-22 10:07:03 +01:00
parent 57037fc435
commit 010c4f6c20
12 changed files with 95 additions and 69 deletions

View file

@ -1,4 +1,4 @@
[data-template="store"] {
[data-template="home"] {
main {
margin-bottom: calc(var(--spacing) * 2);
}

View file

@ -5,29 +5,30 @@
align-items: center;
justify-content: center;
padding: calc(var(--spacing) * 4) var(--spacing);
}
.thanks-content {
text-align: center;
max-width: 600px;
.thanks-content {
text-align: center;
max-width: 600px;
display: flex;
flex-direction: column;
align-items: center;
h1 {
font-size: var(--fs-x-big);
margin-bottom: calc(var(--spacing) * 2);
}
.thanks-message {
font-size: var(--fs-big);
margin-bottom: calc(var(--spacing) * 3);
line-height: 1.6;
p {
margin-bottom: var(--spacing);
h1 {
margin-bottom: calc(var(--spacing) * 2);
}
}
.thanks-actions {
margin-top: calc(var(--spacing) * 3);
.thanks-message {
font-size: var(--fs-medium);
line-height: 1.1;
p {
margin-bottom: var(--spacing);
}
}
.thanks-actions {
width: max-content;
}
}
}