From 9184da4cccf2c3e21a7f30ba94c12ca2712194a6 Mon Sep 17 00:00:00 2001 From: Jesse Nickles Date: Mon, 31 Oct 2022 05:43:49 +0700 Subject: [PATCH] Update style.css --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 894fd5b6..71ad43ad 100644 --- a/style.css +++ b/style.css @@ -250,6 +250,8 @@ padding: 20px 0px; height: 100px; } +/* branding right... site name and tagline */ + .branding-right { display:table-cell; vertical-align:middle; @@ -258,7 +260,7 @@ padding: 20px 0px; width:100%; } -.site-title { +.site-name { font-size:24px; font-weight:700; line-height:1.5;