From d6142c54de5a6bdf9b0ea02c3d35358bea68c3ff Mon Sep 17 00:00:00 2001 From: Waled Khatiz Date: Fri, 30 Aug 2024 11:28:55 +1000 Subject: [PATCH 1/2] fix: Responsive design on medium windows --- src/components/features.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/features.tsx b/src/components/features.tsx index dcfc642..160bc07 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -80,7 +80,7 @@ export default function Features() { return (
-
+

Your Browser, your way

With Zen's Theme Store, you can customize your browsing experience to reflect your unique style and preferences. Choose from a wide array of themes, colors, and layouts to make Zen truly your own, transforming your browser into a personalized digital space.

@@ -91,7 +91,7 @@ export default function Features() {
-
+

Community driven and Open Source

Zen thrives on the contributions of its vibrant community. As an open-source project, Zen encourages collaboration and innovation, allowing users and developers alike to shape the future of the browser.

@@ -144,7 +144,7 @@ export default function Features() {
Zen Browser
-
+
Zen Browser

Split Views

From c97d4344ab67dada71d224888f8d7cf5806d1c52 Mon Sep 17 00:00:00 2001 From: Waled Khatiz Date: Fri, 30 Aug 2024 11:48:12 +1000 Subject: [PATCH 2/2] fix: Disable flex warping on checkboxes --- src/components/features.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/features.tsx b/src/components/features.tsx index 160bc07..2cd7e13 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -53,7 +53,7 @@ import { getAllThemes, ZenTheme } from '@/lib/themes'; function Checkmark() { return ( - + ); }