From 77b6bfce10c20102da6e8c550c9eba7a6039f8b8 Mon Sep 17 00:00:00 2001 From: dozer111 Date: Fri, 12 Jul 2019 14:40:45 +0300 Subject: [PATCH] update css --- frontend/web/css/_header-style.scss | 5 ++++- frontend/web/css/style.css | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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