Browse Source

Small fix to anchor text for TABs

dev
Bryan Miller 5 years ago
parent
commit
6b2148508f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      sass/tabs.scss

+ 2
- 1
sass/tabs.scss View File

@@ -21,7 +21,8 @@
}

a {
padding: 0 10px;
color: inherit;
padding: 0 10px;
text-decoration: none;
}


Loading…
Cancel
Save