diff --git a/src/components/LayoutHeader/Header.js b/src/components/LayoutHeader/Header.js
index 07787d6ac..44bee4fc2 100644
--- a/src/components/LayoutHeader/Header.js
+++ b/src/components/LayoutHeader/Header.js
@@ -55,7 +55,7 @@ const Header = ({location}: {location: Location}) => (
},
[media.greaterThan('small')]: {
- width: 'calc(100% / 6)',
+ width: '100px',
},
[media.lessThan('small')]: {
flex: '0 0 auto',
@@ -140,11 +140,6 @@ const Header = ({location}: {location: Location}) => (
title="Сообщество"
to="/community/support.html"
/>
-