summaryrefslogtreecommitdiff
path: root/src/scss/home.scss
blob: e490f55cb45aca1ae1d22c50c2253ec56668cc4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@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;
}