diff --git a/src/components/header/comments-buttons/comments-buttons.module.css b/src/components/header/comments-buttons/comments-buttons.module.css index 0a0f89dc..0cffa7ce 100644 --- a/src/components/header/comments-buttons/comments-buttons.module.css +++ b/src/components/header/comments-buttons/comments-buttons.module.css @@ -33,4 +33,21 @@ background-color: var(--background); border: 1px solid var(--border-primary); border-bottom: 1px solid var(--background); +} + +@media (max-width: 768px) { + .tabMenu { + padding-top: 49px; + position: absolute; + } + + .tabMenu li a { + line-height: 0px; + } + + .pageName { + padding-top: 47px; + position: absolute; + margin-left: 80px; + } } \ No newline at end of file