Actual basic footer. Need to add everything tina related.

This commit was merged in pull request #11.
This commit is contained in:
2023-09-10 22:56:29 +02:00
parent ea192edf8f
commit a262dc6328
7 changed files with 51 additions and 19 deletions

View File

@@ -5,6 +5,7 @@
@import "carousel";
@import "image";
@import "main-title";
@import "footer";
@tailwind base;
@tailwind components;
@@ -20,6 +21,11 @@ html {
scroll-padding-top: var(--header-Height);
}
// TODO: Try to do this in a better way if possible
.prose :where(p:first-of-type):not(:where([class~="not-prose"] *)) {
font-size: initial;
}
.container-large {
max-width: 75rem;
}