From 295549c7fffeeddb8bb48843e5951766fcc6343e Mon Sep 17 00:00:00 2001 From: Jacek Lebioda <jacek.lebioda@uni.lu> Date: Tue, 24 Mar 2020 15:08:45 +0100 Subject: [PATCH] fix: corrected margins and tuned width on mobile --- _sass/minima/_boxes.scss | 4 ++-- jekyll-theme-lcsb-default.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/minima/_boxes.scss b/_sass/minima/_boxes.scss index 8b3ecd9..cb21247 100644 --- a/_sass/minima/_boxes.scss +++ b/_sass/minima/_boxes.scss @@ -21,7 +21,7 @@ $COLOR_BOX_FONT: #444; padding: 10px 20px 0px 20px; border: solid 2px $COLOR_BOX_SECONDARY; - margin-bottom: #{"min(35px, 5%)"}; + margin-bottom: 25px; border-radius: 0 0 15px 15px; border-top: solid 5px $COLOR_BOX_PRIMARY; @@ -31,7 +31,7 @@ $COLOR_BOX_FONT: #444; } @media (max-width: 800px) { - width: 90%; + width: 86%; margin-right: 0; } diff --git a/jekyll-theme-lcsb-default.gemspec b/jekyll-theme-lcsb-default.gemspec index d0e4144..9681540 100644 --- a/jekyll-theme-lcsb-default.gemspec +++ b/jekyll-theme-lcsb-default.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-lcsb-default" - spec.version = "0.3.13" + spec.version = "0.3.14" spec.authors = ["Trefex", "jaceklebioda_lux"] spec.email = ["lcsb-sysadmins@uni.lu"] -- GitLab