Make credits responsive.
This commit is contained in:
@@ -10,3 +10,14 @@
|
|||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.Credits {
|
||||||
|
font-size: 1rem;
|
||||||
|
|
||||||
|
span::after {
|
||||||
|
content: '\A';
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export const Credits = () => {
|
|||||||
<FormattedMessage id='common.sourceCode' /> codevictory
|
<FormattedMessage id='common.sourceCode' /> codevictory
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span className='separator'>|</span>
|
<span className='separator'>~</span>
|
||||||
<span>
|
<span>
|
||||||
<FormattedMessage id='common.design' /> Jana Černá
|
<FormattedMessage id='common.design' /> Jana Černá
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user