From afde36245389a321a1824ce5b290d397f46d7d72 Mon Sep 17 00:00:00 2001 From: Lorenz Schmid Date: Tue, 15 Dec 2020 08:19:48 +0100 Subject: [PATCH] Fix program column widths --- Gemfile.lock | 2 +- _layouts/home.html | 11 ++++++----- _sass/conference.scss | 14 ++++++++------ jekyll-theme-conference.gemspec | 2 +- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d4eb4262..c948f762 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jekyll-theme-conference (3.0.2) + jekyll-theme-conference (3.0.3) jekyll (~> 4.0) GEM diff --git a/_layouts/home.html b/_layouts/home.html index f4ff6491..ef965922 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -23,11 +23,12 @@

{% if site.conference.main.links %}
+ {% assign btn_default = 'btn btn-outline-primary btn-lg mt-2 ml-1' %} {% for link in site.conference.main.links %} {% if link.menu %}