feat: September 2022 updates

This commit is contained in:
Anoop M D
2022-03-22 18:18:20 +05:30
parent 81b88e964f
commit c7cced5868
89 changed files with 3714 additions and 11804 deletions

View File

@ -3,7 +3,7 @@ import styled from 'styled-components';
const StyledWrapper = styled.div`
div.CodeMirror {
/* todo: find a better way */
height: calc(100vh - 255px);
height: calc(100vh - 240px);
}
`;