Merge branch 'feature/mobile-login' of https://github.com/ghalestrilo/p5.js-web-editor into feature/switch-mobile-desktop

This commit is contained in:
ghalestrilo 2020-08-21 16:32:09 -03:00
commit af2185f524
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ const ResponsiveFormWrapper = styled.div`
height: 100%
}
.nav__dropdown {
right: 0 !important;
left: unset !important;
}
.form-container__stack {
svg {
width: ${remSize(12)};