From ba8aea679722cc797fc7738784cf3fb6cb688512 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 20 May 2024 14:56:52 +0300 Subject: [PATCH] Migrated landing --- assets/styles/layout/_core.scss | 2 +- assets/styles/layout/landing/_main.scss | 1 - components/landing/BlockSection.vue | 344 ++++++++++++------------ components/landing/FeaturesSection.vue | 70 ++--- components/landing/FooterSection.vue | 90 +++---- components/landing/HeroSection.vue | 92 +++---- components/landing/TemplateSection.vue | 32 +-- components/landing/ThemeSection.vue | 12 +- components/landing/UsersSection.vue | 12 +- tailwind.config.js | 3 + tailwindcss-primeui/theme.js | 4 +- 11 files changed, 332 insertions(+), 330 deletions(-) diff --git a/assets/styles/layout/_core.scss b/assets/styles/layout/_core.scss index 4565748b7..bcf01d110 100644 --- a/assets/styles/layout/_core.scss +++ b/assets/styles/layout/_core.scss @@ -66,7 +66,7 @@ h6 { } p { - line-height: 1.75; + line-height: 1.625; margin: 0 0 1rem 0; } diff --git a/assets/styles/layout/landing/_main.scss b/assets/styles/layout/landing/_main.scss index e3aa9ead9..7fb29f301 100644 --- a/assets/styles/layout/landing/_main.scss +++ b/assets/styles/layout/landing/_main.scss @@ -60,7 +60,6 @@ display: inline-flex; align-items: center; color: var(--text-color); - padding: 0.5rem 1rem; border: 1px solid var(--border-color); background-color: var(--card-background); border-radius: 10px; diff --git a/components/landing/BlockSection.vue b/components/landing/BlockSection.vue index e028eb587..7e54a12df 100644 --- a/components/landing/BlockSection.vue +++ b/components/landing/BlockSection.vue @@ -1,37 +1,37 @@