diff --git a/content/about/oud-bestuur.erb b/content/about/oud-bestuur.erb index 0c80850..f22a9fb 100644 --- a/content/about/oud-bestuur.erb +++ b/content/about/oud-bestuur.erb @@ -10,30 +10,38 @@ narrow_page: true

Alle vorige besturen van Zeus, van nu tot het prille begin.

+
<% all_bestuur.each do |year, bestuur| %> +
+
+
+

<%= academic_year_string(year) %>

-

<%= academic_year_string(year) %>

- - - - - - - - - - <% bestuur.each do |lid| %> - - - - - <% end %> - -
FunctieNaam
- <%= lid[:rol] %> - - <%= lid[:naam] %> -
- + + + + + + + + + <% bestuur.each do |lid| %> + + + + + <% end %> + +
FunctieNaam
+ <%= lid[:rol] %> + + <%= lid[:naam] %> +
+
+
<% end %> +
+ Het begin +
+
diff --git a/content/assets/stylesheets/includes/about.scss b/content/assets/stylesheets/includes/about.scss index b7bb23f..26e3f01 100644 --- a/content/assets/stylesheets/includes/about.scss +++ b/content/assets/stylesheets/includes/about.scss @@ -65,6 +65,10 @@ table.board-table { } } +.board-content { + width: 100%; +} + #contact-icons { display: flex; justify-content: center;