Commit 77b6bfce10c20102da6e8c550c9eba7a6039f8b8

Authored by alex
1 parent c28796e7

update css

frontend/web/css/_header-style.scss
... ... @@ -170,8 +170,11 @@
170 170 color: #009799;
171 171 text-decoration: underline;
172 172 position: absolute;
173   - left: 23px;
  173 + //left: 23px;
174 174 bottom: 5px;
  175 + right: 15px;
  176 + white-space: nowrap;
  177 +
175 178 &:hover {
176 179 text-decoration: none;
177 180 }
... ...
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  
... ...