summaryrefslogtreecommitdiff
path: root/src/scss/post.scss
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-20 04:15:58 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-20 04:17:05 -0500
commit4334596d4bebc9a76f5ca8400813847eef5b3bb7 (patch)
tree4bd2229fd48715bcf4ae96bc3d070b7f3c29aa58 /src/scss/post.scss
parentadd lang column to user (diff)
downloadxssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.tar.gz
xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.tar.bz2
xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.zip
rework styles with scss
Diffstat (limited to '')
-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%;
+}