Landing page is designed now.

This commit is contained in:
Zed A. Shaw 2025-09-14 13:33:33 -04:00
parent e1df377eea
commit a2f9660d81
8 changed files with 98 additions and 36 deletions

View file

@ -25,6 +25,10 @@ nav {
@apply flex justify-center items-center bg-gray-950 *:text-gray-50 *:flex-1 *:text-xl w-full justify-evenly;
}
a {
@apply underline;
}
nav > a {
@apply flex justify-center items-center pt-1;
}