Commit 77b6bfce10c20102da6e8c550c9eba7a6039f8b8
1 parent
c28796e7
update css
Showing
2 changed files
with
7 additions
and
3 deletions
Show diff stats
frontend/web/css/_header-style.scss
frontend/web/css/style.css
... | ... | @@ -782,8 +782,9 @@ section, header, nav, article, aside, footer, address { |
782 | 782 | color: #009799; |
783 | 783 | text-decoration: underline; |
784 | 784 | position: absolute; |
785 | - left: 23px; | |
786 | - bottom: 5px; } | |
785 | + bottom: 5px; | |
786 | + right: 15px; | |
787 | + white-space: nowrap; } | |
787 | 788 | .phone-header .modal-link:hover { |
788 | 789 | text-decoration: none; } |
789 | 790 | ... | ... |