diff --git a/epicyon-blog.css b/epicyon-blog.css index c4f5e9e7f..e3ef6c6e8 100644 --- a/epicyon-blog.css +++ b/epicyon-blog.css @@ -67,3 +67,16 @@ a:link { color: var(--main-link-color); font-weight: bold; } + +H1 { + text-align: center +} + +H3 { + text-align: center +} + +.about { + font-size: var(--font-size5); + float: right; +}