Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore : change font size in sub contrainer -> description section
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainal21 authored Sep 3, 2021
1 parent a457a8e commit ce1acea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sections/SubContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="text-white text-center lg:flex lg:max-w-5xl">
<div class="py-3 text-center">
<h3 class="text-2xl text-gray-100 font-bold md:text-3xl">{{sectionTitle}}</h3>
<h4 class="mt-4 sm:text-xl text-2xl md:text-2xl py-3 text-gray-100">{{SectionDescription}}</h4>
<h4 class="mt-4 sm:text-xl text-base md:text-2xl py-3 text-gray-100">{{SectionDescription}}</h4>
</div>
</div>
</div>
Expand Down

1 comment on commit ce1acea

@vercel
Copy link

@vercel vercel bot commented on ce1acea Sep 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.