Add localization

Add pages
This commit is contained in:
Marc Fokkert
2024-05-29 21:07:46 +02:00
parent 416e6c96de
commit 4357d4f5c7
24 changed files with 423 additions and 93 deletions

View File

@@ -0,0 +1,81 @@
@use "../../styles/variables";
h1.names, {
font-size: 34px;
font-weight: bold;
display: flex;
justify-content: center;
.small {
font-family: "beautifully-delicious", serif;
font-size: 60px;
font-style: italic;
height: 48px;
line-height: 29px;
padding-left: 18px;
padding-right: 18px;
}
}
h1, .subtitle {
font-family: variables.$tan-moncheri;
text-align: center;
}
.subtitle {
display: block;
font-size: 24px;
margin-bottom: 60px;
}
.invite-text {
display: flex;
justify-content: center;
margin-top: -24px;
font-size: 16px;
}
h2, h3 {
font-weight: normal;
}
p, h2, h3, .schedule {
font-family: variables.$playfair-display;
}
.schedule {
margin-top: 16px;
text-align: center;
.item {
h3 {
margin-bottom: 0;
}
a {
color: rgb(48, 77, 42);;
&:hover {
color: black;
}
}
}
}
p {
margin-bottom :0;
}
img.envelope {
width: 64px;
margin-top: 8px;
}