diff --git a/docs/documentation/overview/responsiveness.html b/docs/documentation/overview/responsiveness.html
index ffa57fc5..82e3b8eb 100644
--- a/docs/documentation/overview/responsiveness.html
+++ b/docs/documentation/overview/responsiveness.html
@@ -13,16 +13,32 @@ doc-subtab: responsiveness
+
+ Every element in Bulma is mobile-first and optmizes for vertical reading, so by default on mobile:
+
+
+ columns are stacked vertically
+ - the
level component will show its children stacked vertically
+ - the
nav menu will be hidden
+
+
For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.
+
+
+
-
Bulma has 4 breakpoints:
+
Bulma has 5 breakpoints:
mobile: up to 768px
tablet: from 769px
desktop: from 1000px
widescreen: from 1192px
+ fullhd: from 1384px
-
Bulma uses 7 responsive mixins:
+
Bulma uses 9 responsive mixins:
-
=mobile
@@ -52,110 +68,125 @@ doc-subtab: responsiveness
=widescreen
from 1192px
+ -
+
=widescreen-only
+ from 1192px and until 1383px
+
+ -
+
=fullhd
+ from 1384px
+
-
How Bulma works is that everything is mobile-first by default, and responsive mixins act as minimum viewport widths where some alternative styles are applied.
-