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/.)
This commit is contained in:
Rimi 2017-11-20 21:37:12 +00:00 committed by GitHub
parent 6a84968468
commit 865d62b092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>