Use a class instead of a tag as a tab link selector

This commit is contained in:
gregoirenovel 2017-11-21 16:14:34 +01:00
parent 3f55bd33e3
commit a46aa83f00
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
display: inline-block;
}
a {
.tab-link {
display: inline-block;
height: 72px;
line-height: 72px;