summaryrefslogtreecommitdiff
path: root/src/static/stylesheets/admin_blog.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/stylesheets/admin_blog.css')
-rw-r--r--src/static/stylesheets/admin_blog.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/static/stylesheets/admin_blog.css b/src/static/stylesheets/admin_blog.css
new file mode 100644
index 0000000..9f34d88
--- /dev/null
+++ b/src/static/stylesheets/admin_blog.css
@@ -0,0 +1,12 @@
+#main {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+}
+
+textarea {
+ width: 300px;
+ height: 250px;
+ resize: none;
+}