Compare commits
2 commits
0b21085ea7
...
26a97546e6
Author | SHA1 | Date | |
---|---|---|---|
|
26a97546e6 | ||
|
4f17e70870 |
2 changed files with 4 additions and 1 deletions
|
@ -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">
|
||||
<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>
|
||||
<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>
|
||||
|
|
3
tailwind-compile-watch.sh
Executable file
3
tailwind-compile-watch.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
npx tailwindcss -i ./css/theme.css -o ./css/theme-compiled.css --watch
|
Loading…
Reference in a new issue