From 4744bd81abd93b63267638880d7285292a9b3532 Mon Sep 17 00:00:00 2001 From: Alexey Khaov Date: Wed, 25 Jan 2023 01:39:21 +0300 Subject: [PATCH] Minor fixes --- src/components/Article/Comment.module.scss | 6 ++++++ src/components/Views/Author.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Article/Comment.module.scss b/src/components/Article/Comment.module.scss index ea01b08b..ffb4d852 100644 --- a/src/components/Article/Comment.module.scss +++ b/src/components/Article/Comment.module.scss @@ -3,9 +3,15 @@ padding: 0.8rem 2.4rem; transition: background-color 0.3s; position: relative; + + @include media-breakpoint-down(sm) { + margin-right: -1.2rem; + } + &:last-child { margin-bottom: 0; } + .comment { &:before, &:after { diff --git a/src/components/Views/Author.tsx b/src/components/Views/Author.tsx index 38fec700..f250ae8e 100644 --- a/src/components/Views/Author.tsx +++ b/src/components/Views/Author.tsx @@ -108,7 +108,7 @@ export const AuthorView = (props: AuthorProps) => {