Compare commits

..

2 commits

Author SHA1 Message Date
Author
26a97546e6 Adjusted margin on mushroom page 2023-10-01 00:42:33 -04:00
Author
4f17e70870 Added script for running tailwindcss compile-on-watch 2023-10-01 00:40:48 -04:00
2 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,7 @@
<link rel="stylesheet" href="./css/theme-compiled.css" <link rel="stylesheet" href="./css/theme-compiled.css"
</head> </head>
<body class="bg-[#efe9f4] flex justify-center"> <body class="bg-[#efe9f4] flex justify-center">
<div class="content-center text-center max-w-lg"> <div class="content-center text-center max-w-lg mt-20">
<h1 class="text-xl">Mushrooms I've found in and around my property.</h1> <h1 class="text-xl">Mushrooms I've found in and around my property.</h1>
<p>More pictures — and information — coming soon!</p> <p>More pictures — and information — coming soon!</p>
<img height="512" width="512" src="mushrooms.jpg" alt="An unknown — for now — conical brown cap mushroom with white stem."></img> <img height="512" width="512" src="mushrooms.jpg" alt="An unknown — for now — conical brown cap mushroom with white stem."></img>

3
tailwind-compile-watch.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
npx tailwindcss -i ./css/theme.css -o ./css/theme-compiled.css --watch