summaryrefslogtreecommitdiff
path: root/posts.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-11-13 19:51:56 -0500
committermattkae <mattkae@protonmail.com>2022-11-13 19:51:56 -0500
commitf75dfb5d736b644ad2649452c3056ba71be856b8 (patch)
tree903efbd21aa3872ec695394ae98a33e35ae79d3e /posts.css
parenta17411cbb8e8a67ff9c4815bd96cdd4ddb1a1ddb (diff)
The dumbest of blogging systems
Diffstat (limited to 'posts.css')
-rw-r--r--posts.css44
1 files changed, 27 insertions, 17 deletions
diff --git a/posts.css b/posts.css
index ef483fe..58204c3 100644
--- a/posts.css
+++ b/posts.css
@@ -1,28 +1,38 @@
-#post_section {
- width: 50%;
- display: flex;
- flex-direction: column;
- align-items: center;
- color: white;
+#tag_list {
+ width: 100%;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ column-gap: 4px;
+}
+
+#tag_list > button {
+ padding: 8px;
+ cursor: pointer;
+}
- font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
+#post_list {
+ display: flex;
+ flex-direction: column;
}
article {
- width: 100%;
- text-align: left;
- padding-top: 1rem;
+ width: 100%;
+ text-align: left;
+ padding-top: 1rem;
}
article > h2 {
- padding: 0;
- margin: 0;
+ color: black;
+ padding: 0;
+ margin: 0;
}
article > h3 {
- color: lightgray;
- font-size: 0.8rem;
- font-weight: normal;
- padding: 0;
- margin: 0;
+ margin: 0;
+ margin-top: 12px;
+ color: gray;
+ font-size: 12px;
+ font-weight: normal;
+ padding: 0;
}