From 8f345e493a12618dd9f631a1f7c129199b1a17f2 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 8 Aug 2023 01:26:33 +0100 Subject: [PATCH] style: add rounded author pfp --- src/scss/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/app.scss b/src/scss/app.scss index 0e6bfae..da9c260 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -131,6 +131,10 @@ nav { } } +.blog-author-icon { + border-radius: 50%; +} + article { p > img.img-fluid { text-align: center;