summaryrefslogtreecommitdiff
path: root/layouts/blog/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/blog/baseof.html')
-rw-r--r--layouts/blog/baseof.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html
index 1714b89..9b0700a 100644
--- a/layouts/blog/baseof.html
+++ b/layouts/blog/baseof.html
@@ -163,6 +163,21 @@
text-align: justify;
display: flow-root;
}
+
+ article.link {
+ padding: 20px;
+ display: flex;
+ justify-content: center;
+ }
+ article.link .img {
+ padding-right: 20px;
+ flex-grow: 0;
+ height: 32px;
+ width: 32px;
+ }
+ article.link .text {
+ flex-grow: 1;
+ }
article figure {
text-align: center;