diff --git a/frontend/web/css/_header-style.scss b/frontend/web/css/_header-style.scss index 92fef91..dcbfabe 100644 --- a/frontend/web/css/_header-style.scss +++ b/frontend/web/css/_header-style.scss @@ -170,8 +170,11 @@ color: #009799; text-decoration: underline; position: absolute; - left: 23px; + //left: 23px; bottom: 5px; + right: 15px; + white-space: nowrap; + &:hover { text-decoration: none; } diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index d733b8a..fcd19ba 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -782,8 +782,9 @@ section, header, nav, article, aside, footer, address { color: #009799; text-decoration: underline; position: absolute; - left: 23px; - bottom: 5px; } + bottom: 5px; + right: 15px; + white-space: nowrap; } .phone-header .modal-link:hover { text-decoration: none; } -- libgit2 0.21.4