diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-02 17:15:58 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-02 17:15:58 -0800 |
| commit | 2408c26351e02c6fceaa14d3b74456f6f8ece7e0 (patch) | |
| tree | d7dd24baef9d196e435bd17de330502c3f05a3d1 | |
| parent | 42905e2b0ef3a2766824dceb92bad882e7917380 (diff) | |
make gen section box grids more in-line
| -rw-r--r-- | pinapelz.moe/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pinapelz.moe/index.html b/pinapelz.moe/index.html index 4829831..49143b0 100644 --- a/pinapelz.moe/index.html +++ b/pinapelz.moe/index.html @@ -243,10 +243,10 @@ </div> </div> - <div class="general-section grid grid-cols-1 lg:grid-cols-3 gap-4 text-lg"> - <div> + <div class="general-section grid grid-cols-1 lg:grid-cols-3 gap-4 text-lg items-start"> + <div class="flex flex-col h-full"> <h3 class="text-lg font-bold mb-2">GitHub</h3> - <p class="mb-3 text-sm"> + <p class="mb-3 text-sm flex-grow"> nerdge programming <br /> + open source stuff 🤓 </p> @@ -260,9 +260,9 @@ </a> </div> - <div> + <div class="flex flex-col h-full"> <h3 class="text-lg font-bold mb-2">"Technical" Blog</h3> - <p class="mb-3 text-sm"> + <p class="mb-3 text-sm flex-grow"> random long-form rambling<br /> (usually technical or niche stuff) </p> @@ -270,9 +270,9 @@ blog.pinapelz.com </a> </div> - <div> + <div class="flex flex-col h-full"> <h3 class="text-lg font-bold mb-2">Super Secret Link</h3> - <p class="mb-3 text-sm"> + <p class="mb-3 text-sm flex-grow"> mystery link for true vtuber degens<br /> I'll change it from time to time </p> |
