summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMichał Sapka <michal@sapka.me>2023-02-05 22:48:03 +0100
committerMichał Sapka <michal@sapka.me>2023-02-05 22:48:03 +0100
commit5b0d92444a1a58a486241e6ff06ca25d63a06f10 (patch)
tree995a260131901e43f4a656160eb5d1975d255e63 /static
parent3a772dd863f7dc29dcaab112024b4a24a658f23a (diff)
feat: article for 2023-02-05
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 93e8855..374b6e2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -128,6 +128,10 @@
article a {
text-decoration: underline;
}
+ img.float-right {
+ float: right;
+ display: inline;
+ }
.next-link {
float: right;
}