Browse Source

Set 4 column layout in branding

Danilo Gómez Gómez 4 years ago
parent
commit
0385d2de51
1 changed files with 6 additions and 0 deletions
  1. 6 0
      layout/work/branding.html

+ 6 - 0
layout/work/branding.html

@@ -4,3 +4,9 @@
 {% set work_path = "branding" %}
 {% set expand_dialog = True %}
 {% set sort_images = True %}
+
+{% block style %}
+:root {
+	--columns: 4;
+}
+{% endblock %}