Remove link bottom border from badges

This commit is contained in:
Josh Buchea 2017-11-12 17:11:33 -08:00
parent 48957a145e
commit deb1675a26
1 changed files with 4 additions and 0 deletions

View File

@ -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) {