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;
}