Commit a5106490 authored by Annabel Dunstone's avatar Annabel Dunstone

No extra link padding at xs screen size

parent e689d9fb
......@@ -253,8 +253,10 @@
width: auto;
a {
padding-left: 23px;
transition-duration: .3s;
@media (min-width: $screen-xs-min) {
padding-left: 23px;
transition-duration: .3s;
}
span {
display: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment