diff --git a/docs/documentation/overview/responsiveness.html b/docs/documentation/overview/responsiveness.html index 35fd5aa6..834a5f17 100644 --- a/docs/documentation/overview/responsiveness.html +++ b/docs/documentation/overview/responsiveness.html @@ -87,124 +87,126 @@ $fullhd-enabled: false -
|
- {{ breakpoint.name }} - {% if breakpoint.id == 'mobile' %} - Up to {{ breakpoint.to }}px
- {% elsif breakpoint.id == 'fullhd' %}
- {{ breakpoint.from }}px and above
- {% else %}
- Between {{ breakpoint.from }}px and {{ breakpoint.to }}px
- {% endif %}
- |
- {% endfor %}
- ||||
|---|---|---|---|---|
|
- mobile - |
-
- - - |
- |||
|
- - - |
-
- tablet - |
- |||
|
- - - |
-
- desktop - |
- |||
|
- - - |
-
- widescreen - |
- |||
|
- - - |
-
- fullhd - |
- |||
|
- - - |
-
- tablet-only - |
-
- - - |
- ||
|
- - - |
-
- desktop-only - |
-
- - - |
- ||
|
- - - |
-
- widescreen-only - |
-
- - - |
- ||
|
- touch - |
-
- - - |
- |||
|
- until-widescreen - |
-
- - - |
- |||
|
- until-fullhd - |
-
- - - |
- |||
|
+ {{ breakpoint.name }} + {% if breakpoint.id == 'mobile' %} + Up to {{ breakpoint.to }}px
+ {% elsif breakpoint.id == 'fullhd' %}
+ {{ breakpoint.from }}px and above
+ {% else %}
+ Between {{ breakpoint.from }}px and {{ breakpoint.to }}px
+ {% endif %}
+ |
+ {% endfor %}
+ ||||
|---|---|---|---|---|
|
+ mobile + |
+
+ - + |
+ |||
|
+ - + |
+
+ tablet + |
+ |||
|
+ - + |
+
+ desktop + |
+ |||
|
+ - + |
+
+ widescreen + |
+ |||
|
+ - + |
+
+ fullhd + |
+ |||
|
+ - + |
+
+ tablet-only + |
+
+ - + |
+ ||
|
+ - + |
+
+ desktop-only + |
+
+ - + |
+ ||
|
+ - + |
+
+ widescreen-only + |
+
+ - + |
+ ||
|
+ touch + |
+
+ - + |
+ |||
|
+ until-widescreen + |
+
+ - + |
+ |||
|
+ until-fullhd + |
+
+ - + |
+ |||