From 982bd6084bd9ee07095125634f5726f8eb1167b5 Mon Sep 17 00:00:00 2001 From: Ivan Trusov Date: Wed, 22 Jan 2025 12:29:37 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20improve=20docs=20styling=20(#118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR improves index page styling for mobile devices. --- docs/dqx/src/pages/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/dqx/src/pages/index.tsx b/docs/dqx/src/pages/index.tsx index 82c987e..f22582f 100644 --- a/docs/dqx/src/pages/index.tsx +++ b/docs/dqx/src/pages/index.tsx @@ -5,7 +5,7 @@ import { Info, FileText, Activity, AlertTriangle, CheckCircle, Grid, BarChart2, const CallToAction = () => { return ( -
+

Improve your data quality now 🚀

@@ -17,7 +17,7 @@ const CallToAction = () => { link="/docs/installation" size="large" label="Start using DQX ✨" - className="w-full h-24 font-mono md:w-auto bg-gradient-to-r from-blue-500 to-purple-500 text-white hover:from-blue-600 hover:to-purple-600 transition-all duration-300" + className="w-full p-4 font-mono md:w-auto bg-gradient-to-r from-blue-500 to-purple-500 text-white hover:from-blue-600 hover:to-purple-600 transition-all duration-300" />
) @@ -102,16 +102,16 @@ const Capabilities = () => { const Hero = () => { return ( -
+
{/* Logo Section */} -
+
DQX Logo

DQX - Data Quality Framework

-

+

Provided by Databricks Labs