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;
}