This commit is contained in:
Daniel Shleifman
2021-06-28 18:57:51 +03:00
parent b404ba86ea
commit 41f55975fe
2 changed files with 2 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ export default function AboutDialog() {
<NameComponent name='Matt Joiner' link='https://github.com/anacrolix' />
<NameComponent name='nikk' link='https://github.com/tsynik' />
<NameComponent name='tw1cker Руслан Пахнев' link='https://github.com/Nemiroff' />
<NameComponent name='SpAwN_LMG' />
<NameComponent name='SpAwN_LMG' link='https://github.com/spawnlmg' />
</div>
</SpecialThanksSection>
</div>

View File

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