summaryrefslogtreecommitdiff
path: root/src/scss/home.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/home.scss')
-rw-r--r--src/scss/home.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/scss/home.scss b/src/scss/home.scss
new file mode 100644
index 0000000..e490f55
--- /dev/null
+++ b/src/scss/home.scss
@@ -0,0 +1,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;
+}