diff --git a/docs/README.md b/docs/README.md
index 5fe0de24..ba661bb3 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -9,7 +9,7 @@ The documentation HTML is produced with the Ruby-based `jekyll` tool.
Then to view the documentation in your local checkout:
-1. Before you begin, cd into `docs/` directory, and `cp _config.yml _config.local.yml`. Then edit `_config.local.yml` and change the `url:` value to `http://localhost:4000`. This local config file will be ignored by git.
+1. Before you begin, cd into `docs/` directory, and `cp _config.yml _config.local.yml`. Then edit `_config.local.yml` and change the `url:` value to `http://localhost:4000`. This local config file will be ignored by git.
1. In a separate shell session, `cd` to the `docs/` directory, and do:
```
jekyll serve --incremental --config _config.local.yml
diff --git a/docs/documentation/overview/responsiveness.html b/docs/documentation/overview/responsiveness.html
index a0cbc58e..74cd5643 100644
--- a/docs/documentation/overview/responsiveness.html
+++ b/docs/documentation/overview/responsiveness.html
@@ -33,7 +33,7 @@ variables_keys:
{% include anchor.html name="Breakpoints" %}
-
+
{% assign variables_file_url = "/blob/master/sass/utilities/initial-variables.sass#L46,L57" | prepend: site.github %}
{% assign mixins_file_url = "/blob/master/sass/utilities/mixins.sass#L182,L226" | prepend: site.github %}
@@ -45,7 +45,7 @@ variables_keys:
{% if breakpoint.id == 'fullhd' %}New! {% endif %}{{ breakpoint.id }}: {% if breakpoint.id == 'mobile' %}up to {{ breakpoint.to }}px{% else %}from {{ breakpoint.from }}px{% endif %}
{% endfor %}
-
+
Bulma uses 9 responsive mixins:
{% for breakpoint_hash in site.data.breakpoints %}
@@ -184,7 +184,7 @@ variables_keys:
-
+
{% include anchor.html name="Variables" %}
@@ -220,6 +220,6 @@ variables_keys:
{% endfor %}
-
+
diff --git a/docs/documentation/overview/variables.html b/docs/documentation/overview/variables.html
index 5f9051ef..2cfd4d1c 100644
--- a/docs/documentation/overview/variables.html
+++ b/docs/documentation/overview/variables.html
@@ -13,7 +13,7 @@ doc-subtab: variables
Easily customize Bulma to match your design
-
+
{% assign initial_variables = site.data.variables.utilities.initial-variables %}
{% assign initial_vars = initial_variables.vars %}
{% assign derived_variables = site.data.variables.utilities.derived-variables %}
@@ -93,7 +93,7 @@ doc-subtab: variables
{% endfor %}
-
+
{% capture custom_message %}
These are variables with a value that references another variable.
{% endcapture %}
@@ -104,7 +104,7 @@ doc-subtab: variables
custom_message = custom_message
table_class = 'is-bordered is-striped'
%}
-
+
{% capture custom_message %}
You can use the following generic variables for general customization. Simply set one or multiple of these variables before importing Bulma. Learn how.
{% endcapture %}
@@ -116,6 +116,6 @@ doc-subtab: variables
custom_message = custom_message
table_class = 'is-bordered is-striped'
%}
-
+
diff --git a/sass/components/level.sass b/sass/components/level.sass
index e87d22b5..33284109 100644
--- a/sass/components/level.sass
+++ b/sass/components/level.sass
@@ -42,7 +42,7 @@
+mobile
&:not(:last-child)
margin-bottom: 0.75rem
-
+
.level-left,
.level-right
flex-basis: auto