Repos / hi.imnhan.com / 91fdd56f6b
commit 91fdd56f6b53655befec5915dbe3e3fc38781391
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Sat Dec 5 14:55:43 2020 +0700

    fix article link clickable area; grammar

diff --git a/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md b/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md
index 5f6b6c6..a1bf7ba 100644
--- a/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md
+++ b/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md
@@ -18,7 +18,7 @@
 
 It has a web-based video player that lets me pick subtitles.
 
-In cases when the subtitles aren't recognized, or I want to switch between
+In cases when the subtitles aren't recognized, or when I want to switch between
 audio tracks, I can always drag-n-drop the original file's streaming URL from
 the browser straight to an mpv launcher like this:
 
diff --git a/nhanb-theme/static/css/index.css b/nhanb-theme/static/css/index.css
index 81d75b9..de0329d 100644
--- a/nhanb-theme/static/css/index.css
+++ b/nhanb-theme/static/css/index.css
@@ -9,10 +9,11 @@ .article-list li {
 }
 
 .article-list a {
-  display: block;
   font-weight: bold;
 }
 
-time {
+.article-list time {
   font-size: 0.9em;
+  display: block;
+  margin-top: 0.1rem;
 }