From 0efd498c733322295903b86625e48200cca67024 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Fri, 15 Nov 2019 10:26:46 +1300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ad8443..761e106 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" > -

In terms of use, Simple Grid is basically just like every other grid. Starting out, you need to wrap your grid in a div class named grid. If you want a 20px padding around your grid, add the class grid-pad to the div wrapper. Next, all you have to do is decide what size you want your grid to be and add the appropiate classes. For example, if you want a grid with a left sidebar and main content area you would do: +

In terms of use, Simple Grid is basically just like every other grid. Starting out, you need to wrap your grid in a div class named grid. If you want a 20px padding around your grid, add the class grid-pad to the div wrapper. Next, all you have to do is decide what size you want your grid to be and add the appropriate classes. For example, if you want a grid with a left sidebar and main content area you would do:

 <div class="grid">
   <div class="col-3-12">