summaryrefslogtreecommitdiff
path: root/src/scss/post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/post.scss')
-rw-r--r--src/scss/post.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/scss/post.scss b/src/scss/post.scss
new file mode 100644
index 0000000..8913be0
--- /dev/null
+++ b/src/scss/post.scss
@@ -0,0 +1,15 @@
+@import "./variables";
+@import "./mixins";
+
+#post-container {
+ max-width: $content-width;
+ width: 100%;
+
+ .post {
+ padding-bottom: 0;
+ }
+}
+
+#new-post {
+ width: 100%;
+}