From 4f3f9edb68bf77a9692229bde5059169a0cad4ca Mon Sep 17 00:00:00 2001 From: Luke Barrett Date: Sun, 7 Oct 2018 01:04:54 -0600 Subject: [PATCH] Removed the border from Function name and email. --- .../assets/stylesheets/includes/about.scss | 23 ++++++------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/content/assets/stylesheets/includes/about.scss b/content/assets/stylesheets/includes/about.scss index 389f34e..5825610 100644 --- a/content/assets/stylesheets/includes/about.scss +++ b/content/assets/stylesheets/includes/about.scss @@ -1,4 +1,7 @@ @media only screen and (max-width: 425px) { + table { + border-collapse: inherit; + } thead { > tr { visibility: collapse; @@ -17,33 +20,21 @@ } > tr > td:nth-child(3) { grid-area: email; + border: none; } > tr > td:nth-child(2) { grid-area: name; + border: none; } > tr > td:nth-child(4) { display: grid; justify-items: end; grid-area: link; + border: none; } > tr > td:nth-child(1) { grid-area: func; - } - } - tbody { - > tr:last-child { - > td:nth-child(1) { - border: 1px solid #dbdbdb !important; - border-width: 0 0 1px !important; - padding: 0.5em 0.75em !important; - vertical-align: top !important; - } - > td:nth-child(2) { - border: 1px solid #dbdbdb !important; - border-width: 0 0 1px !important; - padding: 0.5em 0.75em !important; - vertical-align: top !important; - } + border: none; } } tbody {