浏览代码

Update styling of About Me panel

Added the blog-post--* CSS classes to keep styling consistent with the
rest of the site.
ApisNecros 2 年之前
父节点
当前提交
7e9be73ece
共有 1 个文件被更改,包括 9 次插入7 次删除
  1. 9 7
      layouts/partials/about.html

+ 9 - 7
layouts/partials/about.html

@@ -1,8 +1,10 @@
-<div class="panel my-2 space-y-2">
-	<h1><a href="/whoami/">About Me</a></h1>
-	<h2>Welcome to {{ .Site.Title }}</h2>
-	<p>Here, I like to host assorted web projects and JavaScript prototypes, in case I ever share them with others. I'll also post the occasional blog post. These posts will mostly be technical in nature, but will also just focus on whatever I've got going on at any given time.</p>
-    <p>If you want to drop me a line, email me at the address in the footer.</p>
-    <h2>Indie Web</h2>
-    <p>I am huge supporter of the <a href="https://indieweb.org/" target="_blank">Indie Web</a> movement, and thus make use of a lot of the principals and features that drive it. I encourage anyone and everyone to participate, and help take back the internet from the monopolies who try to keep us subjugated.</p>
+<div class="panel my-2">
+	<h1 class="blog-post--title"><a href="/whoami/">About Me</a></h1>
+    <div class="blog-post--body">
+        <h2>Welcome to {{ .Site.Title }}</h2>
+        <p>Here, I like to host assorted web projects and JavaScript prototypes, in case I ever share them with others. I'll also post the occasional blog post. These posts will mostly be technical in nature, but will also just focus on whatever I've got going on at any given time.</p>
+        <p>If you want to drop me a line, email me at the address in the footer.</p>
+        <h2>Indie Web</h2>
+        <p>I am huge supporter of the <a href="https://indieweb.org/" target="_blank">Indie Web</a> movement, and thus make use of a lot of the principals and features that drive it. I encourage anyone and everyone to participate, and help take back the internet from the monopolies who try to keep us subjugated.</p>
+    </div>
 </div>
 </div>