From deb1675a266cdb22a2bedc0d39bce863c50ede76 Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Sun, 12 Nov 2017 17:11:33 -0800 Subject: [PATCH] Remove link bottom border from badges --- main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.scss b/main.scss index 054862b..f90aa3a 100644 --- a/main.scss +++ b/main.scss @@ -137,6 +137,10 @@ ul ul { .site__main p:first-of-type { font-size: 1.5em; + + a { + border: none; + } } .site__main p:nth-of-type(2) {