diff options
author | Vitaly Takmazov | 2019-06-25 12:46:28 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 6e4a692f6860dd362a94a01f6b01aa426a3f324f (patch) | |
tree | 0c0e418589f2f25d7639d7cb0d4841d64e05c814 /vnext/src | |
parent | ecc317f668698494467baec95231634b38b20bc8 (diff) |
Fix styling
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/index.css | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |