commit 160a051f39d4cad0998f4f68b173d1d5548e3e3f
parent a76eb556b3f0fdd57676e95238d1dfefbdc4c5a8
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 26 Jul 2020 09:47:02 -0500
Specify header image size
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/content/_index.en.md b/content/_index.en.md
@@ -4,7 +4,7 @@ draft = false
+++
<div class="h-card">
-<img style="float:right;width:5em;" class="u-photo" alt="" src="/logo.svg">
+<img style="float:right" width="80" height="80" class="u-photo" alt="" src="/logo.svg">
<h1>Library of Trantor</h1>
_The [plan](/en/now/) needs to go on._
diff --git a/content/_index.ja.md b/content/_index.ja.md
@@ -4,7 +4,7 @@ draft = false
+++
<div class="h-card">
-<img style="float:right;width:5em;" class="u-photo" alt="" src="/logo.svg">
+<img style="float:right" width="80" height="80" class="u-photo" alt="" src="/logo.svg">
<h1>トランター大学図書室</h1>
_[計画](/ja/now/)進行中。_
diff --git a/content/_index.zh.md b/content/_index.zh.md
@@ -4,7 +4,7 @@ draft = false
+++
<div class="h-card">
-<img style="float:right;width:5em;" class="u-photo" alt="" src="/logo.svg">
+<img style="float:right" width="80" height="80" class="u-photo" alt="" src="/logo.svg">
<h1>川陀大学图书室</h1>
_[计划](/zh/now/)进行中。_
diff --git a/org/fixed.org b/org/fixed.org
@@ -13,7 +13,7 @@
#+BEGIN_EXPORT html
<div class="h-card">
-<img style="float:right;width:5em;" class="u-photo" alt="" src="/logo.svg">
+<img style="float:right" width="80" height="80" class="u-photo" alt="" src="/logo.svg">
<h1>Library of Trantor</h1>
#+END_EXPORT
@@ -44,7 +44,7 @@ All contents on this site are licensed under a
#+BEGIN_EXPORT html
<div class="h-card">
-<img style="float:right;width:5em;" class="u-photo" alt="" src="/logo.svg">
+<img style="float:right" width="80" height="80" class="u-photo" alt="" src="/logo.svg">
<h1>川陀大学图书室</h1>
#+END_EXPORT
@@ -74,7 +74,7 @@ All contents on this site are licensed under a
#+BEGIN_EXPORT html
<div class="h-card">
-<img style="float:right;width:5em;" class="u-photo" alt="" src="/logo.svg">
+<img style="float:right" width="80" height="80" class="u-photo" alt="" src="/logo.svg">
<h1>トランター大学図書室</h1>
#+END_EXPORT