diff --git a/docs/documentation/overview/start.html b/docs/documentation/overview/start.html index e7d9802b..8e9372ef 100644 --- a/docs/documentation/overview/start.html +++ b/docs/documentation/overview/start.html @@ -81,6 +81,38 @@ doc-subtab: start + {% include anchor.html name="Code requirements" %} + +
+

+ For Bulma to work correctly, you need to make your webpage responsive. +

+
+ +
+
+

1

+
+
+

+ Use the HTML5 doctype +

+ {% highlight html %}{% endhighlight %} +
+
+ +
+
+

2

+
+
+

+ Add the responsive viewport meta tag +

+ {% highlight html %}{% endhighlight %} +
+
+ {% include anchor.html name="Starter template" %}