From 6e4a692f6860dd362a94a01f6b01aa426a3f324f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 25 Jun 2019 12:46:28 +0300 Subject: Fix styling --- vnext/src/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vnext') diff --git a/vnext/src/index.css b/vnext/src/index.css index 7b1ae4ee..e30ba03d 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -106,7 +106,7 @@ hr { #header { grid-area: header; background: #fff; - border: 1px solid #eee; + border-bottom: 1px solid #eee; transition: transform 0.2s; overflow-x: hidden; } @@ -204,7 +204,6 @@ hr { #ctitle a { display: flex; align-items: center; - border-bottom: 2px solid transparent; } #global a { -- cgit v1.2.3