Repos / hi.imnhan.com / 6e3b468eba
commit 6e3b468ebacf64d5cb41bde43b42adfcc6d80cab
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Tue Nov 3 13:09:39 2020 +0700

    fix links, tweak blockquote style

diff --git a/content/posts/towards-an-acceptable-video-playing-experience.md b/content/posts/towards-an-acceptable-video-playing-experience.md
index bcdc081..be6332b 100644
--- a/content/posts/towards-an-acceptable-video-playing-experience.md
+++ b/content/posts/towards-an-acceptable-video-playing-experience.md
@@ -128,7 +128,7 @@ ## Other failed attempts
 
 ### Update June 10, 2020
 
-The sequel is out: [Streaming videos from Google Drive - 2nd attempt][8]
+The sequel is out: [Streaming videos from Google Drive - a second attempt][8]
 
 [1]: https://kipalog.com/posts/Cac-web-phim-da-giam-99-99--chi-phi-bang-google-drive-nhu-the-nao
 [2]: https://help.netflix.com/en/node/23742
@@ -137,4 +137,4 @@ ### Update June 10, 2020
 [5]: https://github.com/nhanb/gflick
 [6]: https://github.com/nhanb/mpv-gdrive
 [7]: https://github.com/nhanb/drivein
-[8]: /posts/streaming-videos-from-google-drive-2nd-attempt/
+[8]: /posts/streaming-videos-from-google-drive-a-second-attempt/
diff --git a/nhanb-theme/static/css/main.css b/nhanb-theme/static/css/main.css
index 0552eca..d02c095 100644
--- a/nhanb-theme/static/css/main.css
+++ b/nhanb-theme/static/css/main.css
@@ -60,8 +60,9 @@ figcaption {
 blockquote {
   background-color: blanchedalmond;
   border: 2px solid burlywood;
-  border-left: 4px solid burlywood;
+  border-left: 5px solid burlywood;
   padding: 5px;
+  padding-left: 7px;
   margin-left: 2rem;
   margin-right: 0;
 }