Make credits responsive.
This commit is contained in:
@@ -10,3 +10,14 @@
|
||||
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
|
||||
</a>
|
||||
</span>
|
||||
<span className='separator'>|</span>
|
||||
<span className='separator'>~</span>
|
||||
<span>
|
||||
<FormattedMessage id='common.design' /> Jana Černá
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user