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 {