1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-22 13:33:03 +02:00

Fluid card rule addition and minor changes

This commit is contained in:
Angelos Chalaris
2016-11-21 22:10:13 +02:00
parent 0085ea0a3d
commit f643f78f1a
9 changed files with 10 additions and 3 deletions

View File

@@ -40,6 +40,7 @@
-webkit-align-self: auto;
align-self: auto;
}
[class^='col-'] .card.fluid { margin: 2px 0 20px; }
/* Local classes and ids for this page */
.box-left { text-align: left; }
</style>