enlarged the custom logo title

This commit is contained in:
Chaoming Li 2024-11-19 16:37:21 +11:00
parent e62cf189a3
commit 15d8687444

View file

@ -1,7 +1,7 @@
<section class="border-y border-gray-100 overflow-hidden"> <section class="border-y border-gray-100 overflow-hidden">
<div class="container mx-auto"> <div class="container mx-auto">
<div class="py-12"> <div class="py-12">
<p class="text-center text-sm font-medium text-gray-600 mb-8">{{ .Get "title" | default "Trusted by leading companies worldwide" }}</p> <p class="text-center text-3xl md:text-2xl font-bold mb-6">{{ .Get "title" | default "Trusted by leading companies worldwide" }}</p>
<div class="logo-scroll"> <div class="logo-scroll">
<div class="logos-slide{{ if ne (.Get "animate" | default "true") "false" }} animate{{ end }}"> <div class="logos-slide{{ if ne (.Get "animate" | default "true") "false" }} animate{{ end }}">
{{ range .Page.Params.client_logos }} {{ range .Page.Params.client_logos }}