aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-01-31 21:02:28 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-01-31 21:02:28 +0000
commit2ac490aca1be78d5cb01eeeb9639c6d02ccf40e5 (patch)
tree04426c29d75d74b35e5e681acc0b58eda713ded3 /static/style.css
parent7ccf135f287ccb6c12494275b2220aae63aa9126 (diff)
downloadblossom-2ac490aca1be78d5cb01eeeb9639c6d02ccf40e5.tar.gz
blossom-2ac490aca1be78d5cb01eeeb9639c6d02ccf40e5.tar.bz2
blossom-2ac490aca1be78d5cb01eeeb9639c6d02ccf40e5.zip
add poetry
Diffstat (limited to '')
-rw-r--r--static/style.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index e4e3ebd..cef4a10 100644
--- a/static/style.css
+++ b/static/style.css
@@ -433,6 +433,51 @@ iframe {
list-style-type: initial;
}
+#poems {
+ margin: 16vw 0;
+ display: flex;
+ flex-wrap: wrap;
+ align-items: center;
+ justify-content: space-around;
+ gap: 32vw;
+}
+
+#poems .poem {
+ margin: 0;
+ position: relative;
+}
+
+#poem {
+ display: flex;
+ align-items: center;
+ margin: 2vw;
+}
+
+.poem {
+ margin: auto;
+ max-width: 50em;
+}
+
+.poem .title {
+ font-family: 'Louise';
+ font-size: 4em;
+ margin: 0.5em 0 0;
+}
+
+.poem .created-at {
+ font-family: 'Steps Mono';
+ font-size: 1em;
+ margin: 0 0 1em;
+}
+
+.poem .created-at a {
+ padding: 0;
+ margin: 0;
+ background-color: transparent;
+ color: #b52f6a;
+ text-decoration: underline;
+}
+
/* filter-tags */
#filter-tags {
font-family: 'Go Mono';