From fa9f24c3ca16acf8008425f5250e4532f4eee3c2 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Thu, 29 Aug 2024 10:26:21 +0300 Subject: [PATCH] cleanup: nicer backend for the features cards --- docs/.vitepress/theme/custom.scss | 3 ++- docs/index.md | 18 +++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/.vitepress/theme/custom.scss b/docs/.vitepress/theme/custom.scss index dd2f8c2..7dcca5a 100644 --- a/docs/.vitepress/theme/custom.scss +++ b/docs/.vitepress/theme/custom.scss @@ -54,7 +54,8 @@ text-align: center; text-align: center; - .emoji { + .emoji, + strong { display: flex; justify-content: center; align-items: center; diff --git a/docs/index.md b/docs/index.md index a19b485..cb8c850 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,15 +10,15 @@ It provides a straightforward solution for creating a quick web page, offering e

-- 🚀 Lightweight, minimalistic, and user-friendly, built for VitePress. -- 🎨 Elegantly styled with a primary color theme for a visually pleasing experience. -- 📱 Mobile-friendly design with support for dark mode. -- 🖋️ Utilizes premium fonts: Inter for text and Geist Mono for code snippets. -- 💻 Local development made easy with NPM/PNPM integration. -- 📦 Every asset is local, nothing is pulled from the internet. -- 🔧 Customizable configuration for a personalized touch. -- ✍️ Perfect integration for blogs, documentation, and personal websites. -- 💬 Giscus and Activitypub/Mastodon powered comments, for blog posts. +- **🚀** Lightweight, minimalistic, and user-friendly, built for VitePress. +- **🎨** Elegantly styled with a primary color theme for a visually pleasing experience. +- **📱** Mobile-friendly design with support for dark mode. +- **🖋️** Utilizes premium fonts: Inter for text and Geist Mono for code snippets. +- **💻** Local development made easy with NPM/PNPM integration. +- **📦** Every asset is local, nothing is pulled from the internet. +- **🔧** Customizable configuration for a personalized touch. +- **✍️** Perfect integration for blogs, documentation, and personal websites. +- **💬** Giscus and Activitypub/Mastodon powered comments, for blog posts.