Skip to content

Commit 19bc040

Browse files
committed
fix: correct class order for about tagline in AboutSection component
1 parent 6658375 commit 19bc040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/welcome/AboutSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ onMounted(() => {
125125
<div>
126126
<h3
127127
ref="aboutTagline"
128-
class="text-center mb-12 font-body text-3xl leading-tight font-extrabold text-[var(--abg-primary)] md:text-4xl"
128+
class="mb-12 text-center font-body text-3xl leading-tight font-extrabold text-[var(--abg-primary)] md:text-4xl"
129129
>
130130
Building the future, <br />
131131
managing the present.

0 commit comments

Comments
 (0)