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
+

Vertical by default

+
+

+ Every element in Bulma is mobile-first and optmizes for vertical reading, so by default on mobile: +

+ +

For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

+
+ +
+

Breakpoints

-

Bulma has 4 breakpoints:

+

Bulma has 5 breakpoints:

-

Bulma uses 7 responsive mixins:

+

Bulma uses 9 responsive mixins:

-

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.

- +
- - - - + - - - - - - - - - - + + + + - - - - - + + + + + -
+ Mobile
Up to 768px
+ Tablet
Between 769px and 999px
+ Desktop
Between 1000px and 1191px
+ Widescreen
- 1192px and above + Between 1192px and 1383px +
+ FullHD
+ 1384px and above
+

mobile

+

-

+

-

+

tablet

+

-

+

desktop

+

-

+

widescreen

+

-

+ +

fullhd

+
+

-

+

tablet-only

+

-

+

-

+

desktop-only

+

-

+ +

-

+
+

widescreen-only

+
+

-

+

touch

+

-

- -

- -

Vertical by default

-
-

- Every element in Bulma is mobile-first and optmizes for vertical reading, so by default on mobile: -

- -

For example, you can enforce the horizontal layout for both columns or nav by appending the is-mobile modifer.

-