This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/src/Components/TextEditor/TextEditor.scss

19 lines
320 B
SCSS

.container {
font-weight: 400;
font-size: 1em;
line-height: 1.5em;
margin: 0 auto;
padding: 2em 3em;
max-width: 50em;
}
.editor {
outline: none;
font-family: 'Atlas Grotesk', 'Helvetica Neue', sans-serif;
}
@media all and (max-width: 2000px) and (min-width: 960px) {
.container {font-size: 1.1em}
}