1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-08 14:56:28 +02:00

Minor change in grid system (customization)

This commit is contained in:
Angelos Chalaris
2016-10-21 15:01:00 +03:00
parent 85abbcb382
commit 13d31c82ed
3 changed files with 13 additions and 13 deletions

View File

@@ -152,3 +152,4 @@
- Added definitions for extra small screen sizes, using loops etc. Optimized accordingly, tested on local demo.
- Added definitions for small screen sizes, optimized, test on local demo.
- Added definitions for medium and large screen sizes, optimized and tested locally.
- Updated grid definitions to add `$grid-column-padding` so that users can customize the padding for columns.