1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-18 03:31:16 +02:00

Deployment and updates for docs

This commit is contained in:
Angelos Chalaris
2016-11-21 10:28:35 +02:00
parent 1e86e6fa5a
commit a992bd74ca
7 changed files with 17 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
<!DOCTYPE html>
<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">
<!-- Live demo styled as of 20161121 -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/1e86e6fa5a86792ac46681aafd02e4b71cbd14f2/dist/mini-default.min.css">
<!-- Local stylesheet -->
<link rel="stylesheet" href="../../dist/mini-default.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
@@ -198,9 +198,9 @@
<li>The <strong>grid</strong> module is compatible with modern browsers, but does not display properly on older browsers.</li>
<li>The specific breakpoints for small, medium and large screen sizes are as follows:
<ul>
<li><strong>small</strong>: <code>800px</code> wide or less</li>
<li><strong>medium</strong>: more than <code>800px</code> wide but less than <code>1080px</code> wide</li>
<li><strong>large</strong>: <code>1080px</code> wide or more</li>
<li><strong>small</strong>: less than <code>768px</code> wide</li>
<li><strong>medium</strong>: more than or equal to <code>768px</code> wide but less than <code>1280px</code> wide</li>
<li><strong>large</strong>: <code>1280px</code> wide or more</li>
</ul>
</li>
</ul>