🐞 fix: Adjust profile font
Deploy to Dreamhost (dev) / build (push) Successful in 33s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-20 12:53:33 -05:00
parent a90758f29d
commit 60250aae2d
+1 -1
View File
@@ -36,6 +36,6 @@ $profile = getFieldValue( 'social_media.profile_name' ) ? getFieldValue( 'social
<?php get_template_part( 'views/partials/social-media' ); ?> <?php get_template_part( 'views/partials/social-media' ); ?>
<span class="font-semibold"><?php echo esc_html( $profile ); ?></span> <span class="font-semibold text-16px"><?php echo esc_html( $profile ); ?></span>
</div> </div>
</div> </div>