diff --git a/content/about-us/_index.md b/content/about-us/_index.md index d055d12..93a1eb0 100644 --- a/content/about-us/_index.md +++ b/content/about-us/_index.md @@ -2,7 +2,6 @@ title = "About us" weight = 4 sort_by = "weight" -template = "customs/about-us.html" [extra] title = "About us" diff --git a/sass/css/_base.scss b/sass/css/_base.scss index 096040e..13ec6f3 100644 --- a/sass/css/_base.scss +++ b/sass/css/_base.scss @@ -203,4 +203,8 @@ ul:not(.navbar-nav) li { .badge-primary { background-color: $brand-color; +} + +.modal-lg { + max-width: 90%; } \ No newline at end of file diff --git a/sass/css/_layout.scss b/sass/css/_layout.scss index 3c1a982..81c4bd8 100644 --- a/sass/css/_layout.scss +++ b/sass/css/_layout.scss @@ -111,6 +111,10 @@ h3, h2, h1 { padding-top: .5rem; margin-top: 12px; } + + .modal-lg { + max-width: 70%; + } } // Extra large devices (large desktops, 1200px and up) diff --git a/templates/_base.html b/templates/_base.html index ea7fc32..6e91970 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -140,6 +140,20 @@ + + + @@ -153,6 +167,17 @@ + + diff --git a/templates/shortcodes/layout_text_img.html b/templates/shortcodes/layout_text_img.html index 26eaf05..4248717 100644 --- a/templates/shortcodes/layout_text_img.html +++ b/templates/shortcodes/layout_text_img.html @@ -13,7 +13,7 @@
{% if src %} - {% if alt %}{{ alt }}{% endif %} + {% if alt %}{{ alt }}{% endif %} {% endif %}
@@ -27,7 +27,7 @@
{% if src %} - {% if alt %}{{ alt }}{% endif %} + {% if alt %}{{ alt }}{% endif %} {% endif %}