diff --git a/sass/_uup.scss b/sass/_uup.scss index cbf7ad4..4d2bca1 100644 --- a/sass/_uup.scss +++ b/sass/_uup.scss @@ -48,7 +48,9 @@ } .uup-phones { .uup-phone1 {} - .uup-phone2 {} + .uup-phone2 { + display:block; + } } .uup-email { } diff --git a/style.css b/style.css index 951b0b3..57d5e66 100644 --- a/style.css +++ b/style.css @@ -7547,6 +7547,8 @@ q:before, table q:after { font-weight: bold; } .uup-list .uup-item .uup-text .uup-name .uup-first:after { content: ' '; } + .uup-list .uup-item .uup-text .uup-phones .uup-phone2 { + display: block; } .uup-index-table .uup-table-name.table-has-image { position: relative;