Browse Source

Remove margin-right from last tab-item anchor

merge-requests/7/head
Bauke 6 years ago
committed by Deimos
parent
commit
991a458900
  1. 4
      tildes/scss/modules/_tab.scss

4
tildes/scss/modules/_tab.scss

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