From 71dd0da906a228fc6fc88afa770c47f2b3364374 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Sun, 7 Sep 2025 21:18:13 +0300 Subject: [PATCH] docs: refactor quick align tip section in readme for better readability (#4399) --- readme.md | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index 93dde5da..891e710a 100644 --- a/readme.md +++ b/readme.md @@ -80,6 +80,8 @@ - [Demo](#demo-3) - [All Demos](#all-demos) - [Quick Tip (Align The Cards)](#quick-tip-align-the-cards) + - [Stats and top languages cards](#stats-and-top-languages-cards) + - [Pinning repositories](#pinning-repositories) - [Deploy on your own](#deploy-on-your-own) - [On Vercel](#on-vercel) - [:film\_projector: Check Out Step By Step Video Tutorial By @codeSTACKr](#film_projector-check-out-step-by-step-video-tutorial-by-codestackr) @@ -691,7 +693,9 @@ Choose from any of the [default themes](#themes) ## Quick Tip (Align The Cards) -By default, GitHub does not lay out the cards side by side. To do that, you can use this approach: +By default, GitHub does not lay out the cards side by side. To do that, you can use such approaches: + +### Stats and top languages cards ```html @@ -702,15 +706,6 @@ By default, GitHub does not lay out the cards side by side. To do that, you can ``` -```html - - - - - - -``` -
:eyes: Show example @@ -721,7 +716,21 @@ By default, GitHub does not lay out the cards side by side. To do that, you can -*** +
+ +### Pinning repositories + +```html + + + + + + +``` + +
+:eyes: Show example