From 93b1e1ef7c2ff7b640b794a6ec855a8135c18274 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Mon, 26 Dec 2022 11:52:15 -0500 Subject: [PATCH] fix author meta layout for if there's no avatar --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index a0d231d..c2b0b63 100755 --- a/index.php +++ b/index.php @@ -18,8 +18,8 @@ get_header(); ?> // If a user has filled out their description, show a bio on their entries. if ( get_the_author_meta( 'description' ) ) { ?>
-
- 'rounded-3' )); ?> +
+ 'rounded-3 me-3 pt-1' )); ?>