Compare commits

..

No commits in common. "26a97546e6e64778f0971218fe381e645b4f1e07" and "0b21085ea731eaf9b479f507174ca9fe5e72c76e" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -7,7 +7,7 @@
<link rel="stylesheet" href="./css/theme-compiled.css"
</head>
<body class="bg-[#efe9f4] flex justify-center">
<div class="content-center text-center max-w-lg mt-20">
<div class="content-center text-center max-w-lg">
<h1 class="text-xl">Mushrooms I've found in and around my property.</h1>
<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>

View file

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