1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

homepage widgets, icons, navbar menu fixes

This commit is contained in:
codecalm
2019-10-23 19:59:27 +02:00
parent 2ce1182e86
commit 52280ec975
110 changed files with 600 additions and 630 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ The best way to make your post eye-catching is adding an image to it. To do so,
If you want to create a couple of posts next to each other, add the `.row-deck` class to `.row`—then they will all have the same height.
{% example html columns=3 %}
<div class="row row-cards row-deck">
<div class="row row-deck">
<div class="col-md-4">
<div class="card">
<div class="card-body">Short content</div>
@@ -61,7 +61,7 @@ You can also add the image on the left side of the card. All you need do to is:
### Color variations
{% example html columns=3 %}
<div class="row row-cards row-deck">
<div class="row row-deck">
<div class="col-md-4">
{% include cards/card.html title="Card status on top" hide-options=true status-position="top" status-color="red" body="Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima neque" %}
</div>