diff options
author | Michał Sapka <michal@sapka.me> | 2023-02-05 22:48:03 +0100 |
---|---|---|
committer | Michał Sapka <michal@sapka.me> | 2023-02-05 22:48:03 +0100 |
commit | 5b0d92444a1a58a486241e6ff06ca25d63a06f10 (patch) | |
tree | 995a260131901e43f4a656160eb5d1975d255e63 /static | |
parent | 3a772dd863f7dc29dcaab112024b4a24a658f23a (diff) |
feat: article for 2023-02-05
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
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; } |