Skip to content

Commit

Permalink
fix: unify subtitle styles
Browse files Browse the repository at this point in the history
Use the same format on different pages.
  • Loading branch information
romangg committed Jun 30, 2024
1 parent e4472f8 commit 1d3ca64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pages/enterprise.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</div>
<div class="flex flex-col justify-center md:pr-8 xl:pr-0 lg:max-w-lg">
<div class="max-w-xl">
<p class="inline-block px-3 py-px mb-4 text-xs font-semibold tracking-wider text-primary uppercase rounded-full bg-teal-accent-400">
<p class="inline-block px-3 py-px mb-4 text-xs font-semibold tracking-wider text-primary uppercase">
We Make It Work
</p>
<h2 class="text-2xl font-medium mb-4">
Expand All @@ -122,7 +122,7 @@
<div class="bg-slate-100 dark:bg-slate-900">
<div class="px-4 py-8 lg:py-12 mx-auto sm:max-w-xl md:max-w-full lg:max-w-screen-xl md:px-24 lg:px-8">
<div class="max-w-xl mb-10 md:mx-auto sm:text-center lg:max-w-2xl md:mb-12">
<p class="inline-block px-3 py-px mb-4 text-xs font-semibold tracking-wider text-primary uppercase rounded-full bg-teal-accent-400">
<p class="inline-block px-3 py-px mb-4 text-xs font-semibold tracking-wider text-primary uppercase">
Our Solutions
</p>
<h2 class="text-2xl font-medium mb-4">
Expand Down Expand Up @@ -243,7 +243,7 @@
class="px-4 pb-10 mx-auto sm:max-w-xl md:max-w-full lg:max-w-screen-xl md:px-24"
>
<div class="max-w-xl mb-6 md:mx-auto sm:text-center lg:max-w-2xl">
<p class="inline-block px-3 py-px mb-4 text-xs font-semibold tracking-wider text-primary uppercase rounded-full bg-teal-accent-400">
<p class="inline-block px-3 py-px mb-4 text-xs font-semibold tracking-wider text-primary uppercase">
Contact Us
</p>
<h2 class="text-2xl font-medium">
Expand Down
2 changes: 1 addition & 1 deletion pages/help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section class="body-font">
<div class="px-4 pt-8 mx-auto md:max-w-full lg:max-w-screen-xl">
<div class="flex flex-col text-center w-full mb-12">
<h2 class="text-xs text-primary tracking-widest font-medium title-font mb-1">
<h2 class="inline-block px-3 py-px mb-4 text-xs font-semibold tracking-wider text-primary uppercase">
Help Resources
</h2>
<h1 class="text-3xl font-medium title-font mb-4">
Expand Down

0 comments on commit 1d3ca64

Please sign in to comment.