Commit a5106490 authored by Annabel Dunstone's avatar Annabel Dunstone

No extra link padding at xs screen size

parent e689d9fb
...@@ -253,8 +253,10 @@ ...@@ -253,8 +253,10 @@
width: auto; width: auto;
a { a {
@media (min-width: $screen-xs-min) {
padding-left: 23px; padding-left: 23px;
transition-duration: .3s; transition-duration: .3s;
}
span { span {
display: none; 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