diff --git a/app/view/Includes/css/style.css b/app/view/Includes/css/style.css index 57f05cf779b6221bd4eea520cb7701d69ed5d535..e8a3704d19489f532981231b8bbc18ed625730a8 100644 --- a/app/view/Includes/css/style.css +++ b/app/view/Includes/css/style.css @@ -93,14 +93,16 @@ header a:hover, footer a:hover{ .signin{ - width:40%; + width:48.9%; text-align: center; padding: 2px; + border-right: mintcream solid 1px; background: #02071E linear-gradient(to bottom, #02071E, #02071E, rgba(255, 255, 255, 0)); -webkit-transition: background 500ms; /* Safari */ transition: background 500ms ; display: inline-block; height:30px; + margin-right:-4px; } .signin:hover{ @@ -109,7 +111,7 @@ header a:hover, footer a:hover{ } .login{ - width:50%; + width:48.9%; text-align: center; padding: 2px; border-left: mintcream solid 1px; @@ -118,6 +120,7 @@ header a:hover, footer a:hover{ transition: background 500ms ; display: inline-block; height:30px; + margin-left:-4px; } .login:hover{