Skip to content

Commit

Permalink
Fix category-title position
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-pimenov committed Dec 22, 2019
1 parent ba81f8b commit 19125b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/category/category.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 19125b8

Please sign in to comment.