diff options
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; |