Updated containers and the image inline to be closer to the original site

This commit is contained in:
2023-09-04 01:30:59 +02:00
parent a2e9c105ba
commit 5b9b42f788
7 changed files with 66 additions and 28 deletions

View File

@@ -19,6 +19,15 @@ html {
scroll-padding-top: var(--header-Height);
}
.container-large {
max-width: 75rem;
}
.default-text-color {
color: var(--primaryColor);
--tw-prose-bold: #124498;
}
.font {
font-family: 'Questrial', sans-serif;
}

View File

@@ -4,12 +4,12 @@
border-radius: 1rem;
}
.sm-size {
height: 15rem;
max-height: 15rem;
}
.md-size {
height: 25rem;
max-height: 25rem;
}
.lg-size {
height: 40rem;
max-height: 40rem;
}
}