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:
@@ -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`.
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user