From 689ea8dbd12ac690206638275603230b5cfa2403 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Mon, 27 Dec 2021 16:22:10 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6490401..5734ea9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Suppose you want to start a web project. Instead of doing the UI from scratch, y #### Box Layout also known as bottom-navbar layout This layout comes with a sidebar of menu items on the desktop size screen which converts into the bottom navbar on mobile. It should be used when there are less than 5 main pages in the app for quick access on small screen -#### Many sections layout- +#### Many sections layout A layout suitable for long-form content with mainly one page like landing pages or articles. This is the simplest layout of the bunch. Every landing page consists of many sections, each of which can be populated as per the functionality #### What's included in layouts by default?