Skip to content

Commit

Permalink
make header buttons bigger, wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaumohl committed May 19, 2024
1 parent 0fd2234 commit 611081f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const ROUTES: {
</div>

<div class="navbar-center hidden lg:flex">
<ul class="menu menu-horizontal px-1">
<ul class="menu menu-horizontal px-1 text-lg">
{
ROUTES.map((e) => (
<li class="text-red-500 font-bold">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let previousMonthYear = "";
<Layout>
<h1 class="text-4xl font-semibold font-lato text-center pb-2">Blog</h1>
<p class="font-sans lg:text-lg text-md text-gray-600 font-light pb-14 text-center">
Various ramblings from coords and other friends. Learn something new
Ramblings from coords and other friends. Learn something new
about technology, and maybe even yourself.
</p>
{
Expand Down

0 comments on commit 611081f

Please sign in to comment.