From 244729de162f88d6ed8987c71d65194b4e3e635d Mon Sep 17 00:00:00 2001 From: Wout Schellaert Date: Sun, 7 Oct 2018 12:21:32 +0200 Subject: [PATCH] Add border between board functions on mobile --- content/assets/stylesheets/includes/about.scss | 1 + content/assets/stylesheets/main.scss | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/content/assets/stylesheets/includes/about.scss b/content/assets/stylesheets/includes/about.scss index 5825610..5feeb39 100644 --- a/content/assets/stylesheets/includes/about.scss +++ b/content/assets/stylesheets/includes/about.scss @@ -10,6 +10,7 @@ tbody { > tr { display: grid; + border-top: 1px solid $box-colour; grid-template-columns: auto auto; grid-template-areas: "func func" diff --git a/content/assets/stylesheets/main.scss b/content/assets/stylesheets/main.scss index 5f851c7..706199c 100644 --- a/content/assets/stylesheets/main.scss +++ b/content/assets/stylesheets/main.scss @@ -7,11 +7,6 @@ flex: none; } -body { - -} - - // Sticky footer body { hyphens: auto;