mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 18:32:34 +01:00
make loading page mobile friendly
This commit is contained in:
parent
291ce70ad0
commit
f838436f52
@ -15,8 +15,13 @@ const Wrapper = styled.div`
|
||||
`;
|
||||
|
||||
const SpacebarLogo = styled(SpacebarLogoBlue)`
|
||||
height: 120px;
|
||||
width: 80vw;
|
||||
height: min-content;
|
||||
margin-bottom: 32px;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
width: 40vw;
|
||||
}
|
||||
`;
|
||||
|
||||
function LoadingPage() {
|
||||
|
Loading…
Reference in New Issue
Block a user