Repos / hi.imnhan.com / cc4cdcd368
commit cc4cdcd368fa4f9726e616267f35db324eb51647
Author: Nhân <hi@imnhan.com>
Date:   Fri Nov 17 22:28:36 2023 +0700

    tweak stuff

diff --git a/_s4g/settings.txt b/_s4g/settings.txt
index c1c1d25..feb0299 100644
--- a/_s4g/settings.txt
+++ b/_s4g/settings.txt
@@ -1,6 +1,6 @@
 Address: https://hi.imnhan.com
 Name: Hi, I'm Nhân
-Tagline: and this is my humble corner on the intertubes
+Tagline: and welcome to my humble corner on the intertubes
 Root: /
 ShowFooter: true
 FooterText: Made with <a href="https://github.com/nhanb/s4g">s4g</a> and probably too much <a href="https://www.instagram.com/cheese.coffee/" target="_blank">cà&nbsp;phê&nbsp;sữa&nbsp;đá</a>
diff --git a/_s4g/theme/base.css b/_s4g/theme/base.css
index f7a796c..0f7cf0f 100644
--- a/_s4g/theme/base.css
+++ b/_s4g/theme/base.css
@@ -61,6 +61,10 @@ main video {
   max-width: 100%;
 }
 
+main hr {
+  margin: 2rem 0;
+}
+
 footer {
   margin-top: 2rem;
   text-align: right;
@@ -69,8 +73,11 @@ footer {
 
 pre,
 .sidenote {
-  border: 1px solid black;
+  border: 1px solid #ddd;
+  border-radius: 0.3rem;
+  background-color: #eee;
   padding: 0.5rem;
+  margin: 1.7rem 0;
 }
 pre {
   overflow-x: auto;
diff --git a/index.html b/index.html
index 8f79908..fb4c171 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
 
 <header>
   <h1 class="site-title">Hi, I&#39;m Nhân</h1>
-  <p class="tagline">and this is my humble corner on the intertubes</p>
+  <p class="tagline">and welcome to my humble corner on the intertubes</p>
 </header>
 
 <hr>