From 41f55975fed2fc9a1d4a1c2d257d4face964fc74 Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Mon, 28 Jun 2021 18:57:51 +0300 Subject: [PATCH] refactor --- web/src/components/About/index.jsx | 2 +- web/src/components/About/style.js | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/web/src/components/About/index.jsx b/web/src/components/About/index.jsx index 8487adb..db96256 100644 --- a/web/src/components/About/index.jsx +++ b/web/src/components/About/index.jsx @@ -51,7 +51,7 @@ export default function AboutDialog() { - + diff --git a/web/src/components/About/style.js b/web/src/components/About/style.js index 2c2df96..343e5a1 100644 --- a/web/src/components/About/style.js +++ b/web/src/components/About/style.js @@ -92,7 +92,7 @@ export const NameWrapper = styled.a` ${({ isLink }) => css` display: inline-flex; align-items: center; - justify-content: center; + justify-content: start; border: 1px solid; padding: 10px; border-radius: 5px; @@ -102,10 +102,6 @@ export const NameWrapper = styled.a` color: #f1eff3; transition: 0.2s; - @media (max-width: 550px) { - justify-content: start; - } - > * { transition: 0.2s; }