Browse Source

Remove margin-right from last tab-item anchor

merge-requests/5/head
Bauke 8 years ago
parent
commit
79ced4cc84
No known key found for this signature in database GPG Key ID: C1C0F29952BCF558
  1. 4
      tildes/scss/modules/_tab.scss

4
tildes/scss/modules/_tab.scss

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