logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault
commit: 3a3f83a9058eba57ef36fa76af198dcb58633d94
parent 4c7a0029a975ac8e88cc0620ebca842aadc79971
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 21 Aug 2020 15:08:22 -0400

main.scss: s/centered/text-center/

This matches with the rules from the previous theme and is used in a
couple of posts.

Diffstat:

Massets/main.scss2+-
Mlayouts/index.html2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/main.scss b/assets/main.scss @@ -210,6 +210,6 @@ details[open] { padding: 0 1rem; } -.centered { +.text-center { text-align: center; } diff --git a/layouts/index.html b/layouts/index.html @@ -15,7 +15,7 @@ <aside> <img src="https://drewdevault.com/avatar-148.jpg" /> - <div class="centered"> + <div class="text-center"> <a class="rss" href="/blog/index.xml">rss</a> ยท <a href="misc.html">misc</a>