From 865d62b092ad7a1d5ba7b77c6335bb6bc7807dce Mon Sep 17 00:00:00 2001 From: Rimi Date: Mon, 20 Nov 2017 21:37:12 +0000 Subject: [PATCH] corrected flex-center alignment on line 167 there was a mistake which said "flex-right" instead of "flex-center" (I certify that these changes according to the Developer Certificate of Origin 1.1 as described at https://developercertificate.org/.) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cd56e9c..5511dae 100644 --- a/index.html +++ b/index.html @@ -164,7 +164,7 @@ </div> <div class="row flex-center"> <div class="sm-4 col">Aligned</div> - <div class="sm-4 col">Right (flex-right)</div> + <div class="sm-4 col">Center (flex-center)</div> </div> <div class="row flex-edges"> <div class="sm-4 col">Aligned</div>