@import "./variables"; @import "./mixins"; #main-content { display: flex; flex-direction: column; align-items: center; padding: 1rem; padding-bottom: 0; } .new-post-modal textarea { border: none; resize: none; outline: none; font-size: 1.5rem; margin: 1rem 0; width: 100%; height: 10rem; flex-grow: 1; background-color: transparent; color: $text; font-family: $font; }