We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d248f82 commit 46045d9Copy full SHA for 46045d9
resources/js/Components/Blog/BlogSection.vue
@@ -1,10 +1,10 @@
1
<template>
2
<div class="container relative md:mt-24 mt-16">
3
<div class="grid grid-cols-1 pb-6 text-center">
4
- <h3 class="mb-6 md:text-3xl text-2xl md:leading-normal leading-normal font-semibold">{{ $t('home.latest_blogs')
+ <h3 class="mb-6 md:text-3xl text-2xl md:leading-normal leading-normal font-semibold dark:text-sky-100">{{ $t('home.latest_blogs')
5
}}</h3>
6
7
- <p class="text-slate-400 max-w-xl mx-auto">{{ $t('home.latest_blogs_text') }}</p>
+ <p class="text-slate-400 max-w-xl mx-auto dark:text-sky-100">{{ $t('home.latest_blogs_text') }}</p>
8
</div>
9
10
<div class="grid lg:grid-cols-3 md:grid-cols-2 grid-cols-1 mt-6 gap-6">
0 commit comments