Skip to content

Commit

Permalink
minor UI adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenzyExists committed Oct 15, 2024
1 parent 47a35b4 commit 84e6a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/byletter.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="select-none letter-man after:bg-acc dark:after:bg-dark-acc after:left-[40%] after:right-[40%] after:h-1 after:absolute after:mt-9 font-semibold flex justify-center gap-2 text-lg py-1 pt-5 font-montserrat-alternate italic"
class="text-xs select-none letter-man after:bg-acc dark:after:bg-dark-acc after:left-[40%] after:right-[40%] after:h-1 after:absolute after:mt-9 font-semibold flex justify-center gap-2 xs:text-md sm:text-lg py-1 pt-5 font-montserrat-alternate italic"
>
<RouterLink
:to="{ name: routerName, params: { letter } }"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<span class="pb-20 pt-4">
<div class="md:px-8 sm:mt-12 prose prose-toy-story dark:prose-invert max-w-7xl mx-auto">
<div class="md:px-8 mt-12 prose prose-toy-story dark:prose-invert max-w-7xl mx-auto">
<h2>Projects</h2>
<p>Want to see more? Visit my GitHub profile or check out the rest of my projects below!</p>
</div>
Expand Down

0 comments on commit 84e6a6c

Please sign in to comment.