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;