summaryrefslogtreecommitdiff
path: root/posts.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2021-09-19 16:32:15 -0400
committermattkae <mattkae@protonmail.com>2021-09-19 16:32:15 -0400
commitde850676e79da39aec6f1ce0400cfa94cecbd744 (patch)
tree48927e3cd3a518ddee1874df40d188cbc5112393 /posts.css
First commit
Diffstat (limited to 'posts.css')
-rw-r--r--posts.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/posts.css b/posts.css
new file mode 100644
index 0000000..ef483fe
--- /dev/null
+++ b/posts.css
@@ -0,0 +1,28 @@
+#post_section {
+ width: 50%;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ color: white;
+
+ font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
+}
+
+article {
+ width: 100%;
+ text-align: left;
+ padding-top: 1rem;
+}
+
+article > h2 {
+ padding: 0;
+ margin: 0;
+}
+
+article > h3 {
+ color: lightgray;
+ font-size: 0.8rem;
+ font-weight: normal;
+ padding: 0;
+ margin: 0;
+}