Fixes toll free position.

This commit is contained in:
damencho 2019-02-26 17:01:40 +00:00 committed by Дамян Минков
parent ea4d49f2a0
commit 555f8b3a99
2 changed files with 10 additions and 0 deletions

View File

@ -79,6 +79,11 @@
.numbers-list {
min-width: 150px;
}
li.toll-free:empty:before {
content: '.';
visibility: hidden;
}
}
&__href {

View File

@ -166,6 +166,11 @@
list-style: none;
vertical-align: top;
}
li.toll-free:empty:before {
content: '.';
visibility: hidden;
}
}
.dial-in-page {