Updated layout documentation.

It was saying that the layout consists of four major parts. But there were three items listed.
This commit is contained in:
Md Rubel Miya
2021-04-07 09:41:05 +06:00
committed by GitHub
parent 5b07bdd8e9
commit ec3a24a19c

1
docs/layout.md vendored
View File

@@ -11,6 +11,7 @@ The layout consists of four major parts:
- Wrapper `.wrapper`. A div that wraps the whole site.
- Main Header `.main-header`. Contains the logo and navbar.
- Main Sidebar `.main-sidebar`. Contains the sidebar user panel, search form and menu.
- Content `.content-wrapper`. Contains the page header and content.
#### Layout Options