1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Use combo of .row and .reverse to reverse direction

This commit is contained in:
nicholaswmin
2018-12-02 17:13:23 +02:00
parent 09f9cb2f5e
commit 1dcdcd016f
3 changed files with 5 additions and 761 deletions

View File

@ -168,8 +168,8 @@
<hr>
<h5>Reverse Direction</h5>
<p>Add <code>.row-reverse</code> to the <code>.row</code> to reverse the column direction. </p>
<div class="row row-reverse">
<p>Add <code>.reverse</code> to the <code>.row</code> to reverse the column direction. </p>
<div class="row reverse">
<div class="col-6">
<div class="card is-center">.col-6</div>
</div>
@ -181,7 +181,7 @@
</div>
</div>
{% highlight html %}
<div class="row row-reverse">
<div class="row reverse">
<div class="col-6">
<div class="card is-center">.col-6</div>
</div>