This commit is contained in:
Kyle Gill
2019-05-18 00:08:55 -06:00
parent 1e8772cd7a
commit c91b13a568
8 changed files with 184 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ const JournalEntryArea = styled.textarea`
background-color: transparent;
line-height: 1.5;
letter-spacing: 0.5px;
height: calc(100vh - 275px);
height: calc(100vh - 300px);
width: 100%;
border: none;
resize: none;