div.DraftEditor-root {
  min-height: 150px;
  max-height: 350px;
  width: 100%;
  overflow-y: auto;
} 
div.DraftEditor-editorContainer,
div.public-DraftEditor-content {
  height: 100%;
}
/* .editor {
  box-sizing: border-box;
  border: 1px solid #ddd;
  cursor: text;
  padding: 16px;
  border-radius: 2px;
  margin-bottom: 2em;
  box-shadow: inset 0px 1px 8px -3px #ABABAB;
  background: #fefefe;
}

.editor :global(.public-DraftEditor-content) {
  min-height: 140px;
} */

main{ display: block; }

figure{
  text-align: center;
}
figure > img{
  cursor: pointer;
  width:50%
}

@media (max-width: 420px){
  figure > img{
    width:100%
  } 
}