mobile fix

This commit is contained in:
ntr 2019-12-29 14:40:10 +10:00
parent d6ab237166
commit 0044cccf67
2 changed files with 19 additions and 2 deletions

View File

@ -169,7 +169,16 @@
grid-template-columns: 1fr; grid-template-columns: 1fr;
grid-template-rows: 1fr; grid-template-rows: 1fr;
grid-template-areas: grid-template-areas:
"main" "main";
&.front-page {
display: block;
main {
padding: 0 0.5em;
}
}
} }
section { section {

View File

@ -49,7 +49,15 @@ class Logo extends Component {
}, },
{ {
scale: 4, scale: 4,
duration: 200, duration: () => anime.random(150, 250),
},
{
scale: 2,
duration: () => anime.random(100, 150),
},
{
scale: 4,
duration: () => anime.random(150, 250),
}, },
], ],
})); }));