From 19125b8f79ae78bc6b7fd7b9e31a13de0f7e28d3 Mon Sep 17 00:00:00 2001 From: sergey-pimenov Date: Sun, 22 Dec 2019 13:09:28 +0300 Subject: [PATCH] Fix category-title position --- src/components/category/category.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/category/category.css b/src/components/category/category.css index 6caede7..e523e9f 100644 --- a/src/components/category/category.css +++ b/src/components/category/category.css @@ -9,7 +9,7 @@ } .title { - margin: 0 0 10px 20px; + margin: 0 0 10px 30px; padding-top: 50px; color: rgb(77, 77, 77); font-weight: 900; @@ -22,6 +22,7 @@ @media all and (min-width: 1400px) { position: sticky; top: 50px; + margin: 0 0 10px 20px; padding-right: 15px; font-size: calc((100vw - 1070px * 1) / 12); text-align: right;