From b9b507eff93dd450f37261ce29d811068f56f765 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 17 Aug 2024 12:31:41 +0200 Subject: [PATCH] Format docs --- docs/layout.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/layout.md b/docs/layout.md index 266dc3bc3..172997697 100644 --- a/docs/layout.md +++ b/docs/layout.md @@ -39,9 +39,9 @@ Quartz has different layouts depending on the width the screen viewing the websi The breakpoints for layouts can be configured in `variables.scss`. - - `mobile`: screen width below this size will use mobile layout. - - `desktop`: screen width above this size will use desktop layout. - - Screen width between `mobile` and `desktop` width will use the tablet layout. +- `mobile`: screen width below this size will use mobile layout. +- `desktop`: screen width above this size will use desktop layout. +- Screen width between `mobile` and `desktop` width will use the tablet layout. ```scss $breakpoints: (