Skip to content

Commit

Permalink
mor css adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassadin committed Apr 8, 2024
1 parent dd78651 commit 1483dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/TechnologyItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a
:href="url"
target="_blank"
class="transition-all duration-200 px-3 py-1 flex flex-row items-center rounded-lg flex-auto bg-stone-200 c-black hover:c-black shadow-gray-500 hover:shadow-md"
class="transition-all duration-200 px-2 md:px3 py-0.5 md:py-1 flex flex-row items-center rounded-lg flex-auto bg-stone-200 c-black hover:c-black shadow-gray-500 hover:shadow-md"
>
<Icon :name="iconName" size="45" />
<h3 class="ml-2">
Expand Down
2 changes: 1 addition & 1 deletion components/sections/FavoriteTechnologies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Here are some of my favorite technologies I like to use and/or work
with:
</p>
<div class="flex-wrap flex justify-center gap-4">
<div class="flex-wrap flex justify-center gap-2 md:gap-4">
<TechnologyItem
v-for="eachTechnologyItemData in technologyItems"
:key="eachTechnologyItemData.title"
Expand Down

0 comments on commit 1483dd6

Please sign in to comment.