Skip to content

Commit

Permalink
fix(ExploreSection): center explore section title
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jul 30, 2024
1 parent 76f7787 commit adb645c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/sections/ExploreSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
:content-classes="'grid justify-items-center'"
>
<template #content>
<div class="flex self-center sm:w-96 justify-self-center items-center">
<div
class="flex self-center sm:w-96 justify-self-center items-center section-description-max-w"
>
<ArrowTurnRightIcon class="arrow m-md" />

<i18n-t
Expand Down

0 comments on commit adb645c

Please sign in to comment.