diff --git a/_layouts/bin.html b/_layouts/bin.html
index f25ca25..47e5e30 100644
--- a/_layouts/bin.html
+++ b/_layouts/bin.html
@@ -21,7 +21,7 @@ layout: common
{{ site.data.functions[function_name].description | markdownify }}
-
+
{% for example in examples %}
@@ -33,13 +33,13 @@ sudo sh -c 'chown 0 ./{{ bin_name }}; chmod +s ./{{ bin_name }}'
{{ example.code }}
{% endcapture %}
-
+
-
{{ example.description | markdownify }}
{{- code | strip -}}
-
+
{% endfor %}
-
+
{% endfor %}
diff --git a/assets/style.scss b/assets/style.scss
index f19665d..c33f2dc 100644
--- a/assets/style.scss
+++ b/assets/style.scss
@@ -149,8 +149,10 @@ h2, h3, h4, h5, h5 {
width: 100%;
table-layout: fixed;
counter-reset: item;
+ margin: 0;
+ padding: 0;
- .example:not(:only-child) {
+ li:not(:only-child) {
display: table-row;
&:before {