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

Basic syntax for tab module

This commit is contained in:
Angelos Chalaris
2016-12-10 12:47:29 +02:00
parent f764d9e857
commit bff5ea569c
6 changed files with 137 additions and 36 deletions

View File

@@ -207,7 +207,7 @@
<h3>Notes</h3>
<ul>
<li><strong>mini.css</strong> uses a mobile-first approach in its grid system. This means that specifying a layout for smaller device sizes will apply the same layout on medium-sized and larger screens, so you do not have to rewrite the same layout for all three screen sizes. However, if you want to change the layout on different screen sizes, check the section below.</li>
<li>The <strong>grid</strong> module is compatible with modern browsers, but might not display properly on older browsers.</li>
<li>The <strong>grid</strong> module is compatible with modern browsers, but might not display properly in older browsers.</li>
<li>The specific breakpoints for small, medium and large screen sizes are as follows:
<ul>
<li><strong>small</strong>: less than <code>768px</code> wide</li>