diff options
author | mms <michal@sapka.me> | 2024-09-03 16:04:57 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-09-03 16:04:57 +0200 |
commit | 16ba47359aaf3df9b0ed133dc6f340020c81cbbe (patch) | |
tree | ec1807663e3234d4376aa1e72627f02ea92d2331 /layouts | |
parent | b111ae3706feea7a2d3fa79805240d2b469117e5 (diff) |
feat: a lot
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/blog/baseof.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index 49c7253..8f57862 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -208,6 +208,14 @@ max-width: 100%; height: auto; } + .pull-left { + float: left; + margin: 10px; + } + .pull-right { + float: right; + margin: 10px; + } .blog-pages-list { border: var(--cool-border); margin-bottom: 20px; |