Initial commit

This commit is contained in:
Oliver Davies 2022-03-15 18:22:18 +00:00
commit 904a0b0bbf
26 changed files with 4847 additions and 0 deletions

18
assets/css/tailwind.css Normal file
View file

@ -0,0 +1,18 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
h1:after,
h1:before {
@apply text-6xl leading-[0] italic;
}
h1:after {
content: "”";
}
h1:before {
content: "“";
}
}