Remove margin-right from last tab-item anchor

This commit is contained in:
Bauke
2018-07-19 20:25:24 +02:00
committed by Deimos
parent 23880b7ca2
commit 991a458900

View File

@@ -22,5 +22,9 @@
margin-right: 0.4rem;
}
}
&:last-child a {
margin-right: 0;
}
}
}