Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Sep 17, 2024
1 parent bb66444 commit 794b1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Projects/EF28/Pages/Schedule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function onLeave(node, done) {
<div
v-for="item in currentSlide"
:key="item.id"
class="flex flex-row neonTubeColor magic-text items-start items-baseline anim pt-64"
class="flex flex-row neonTubeColor magic-text items-start items-baseline anim pt-10"
:class="[isThemeFont ? 'themeFont' : 'themeFontSecondary']"
>
<!-- <div
Expand Down

0 comments on commit 794b1d3

Please sign in to comment.