From 7e069e35c0036cffcdbc32268ca3afc221b1fad3 Mon Sep 17 00:00:00 2001 From: Karthik K Date: Fri, 1 Apr 2016 13:21:32 +0530 Subject: [PATCH] Corrected Spacing for classes There was an empty space given towards the end of classes. Just corrected it. Nothing major here. Couldn't take it. --- docs/pages/css-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/css-guide.md b/docs/pages/css-guide.md index 2a75ac2d..649aa889 100644 --- a/docs/pages/css-guide.md +++ b/docs/pages/css-guide.md @@ -109,7 +109,7 @@ Inside of your row (the innermost ``), add one column using this code: ```html - @@ -124,10 +124,10 @@ Since this first column is half-width, we need a second one to go with it. *Afte ```html
+ Column One
- - -- 2.47.2
+ Column One + Column Two