1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-27 07:44:29 +02:00

🚑 Grid breakpoint changes, trickles down to other modules as well

This commit is contained in:
Angelos Chalaris
2016-11-21 10:25:06 +02:00
parent 1c7b7a081f
commit 1e86e6fa5a
6 changed files with 19 additions and 12 deletions

View File

@@ -484,3 +484,10 @@
- Started writing `grid.html` page.
- Added basic info for grid, set layout for the page, checked styles - they're all good for grid.
- Added layout demo showcase for the screen specific layouts.
## 20161121
- Changed `grid` breakpoints to `768px` and `1280px` accordingly to better support different resolutions.
- Updated `$button-group-mobile-breakpoint` to `767px` so that it will break on resolutions under `768px` instead of including `768px`.
- Same update for `$table-mobile-breakpoint` to `767px`.

View File

@@ -2,7 +2,7 @@
<html>
<head>
<!-- Live demo styled as of 20161117 -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/e6d74493378ebf8837bb3fc2469864dda719af41/dist/mini-default.min.css">
<!-- <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/e6d74493378ebf8837bb3fc2469864dda719af41/dist/mini-default.min.css"> -->
<link rel="stylesheet" href="../../dist/mini-default.min.css">
<title>mini.css - A minimal Sass-y responsive mobile-first style-agnostic CSS framework</title>
<meta charset="utf-8">