From 2e1dc4a38ae12af2f8546d840d111d2f5324d616 Mon Sep 17 00:00:00 2001 From: manfromhuh Date: Tue, 26 Jul 2022 10:18:10 -0400 Subject: [PATCH] Update CSS to show the author pfp in a small circle --- common/css/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/common/css/styles.css b/common/css/styles.css index e313cfd..a79abf0 100644 --- a/common/css/styles.css +++ b/common/css/styles.css @@ -141,6 +141,11 @@ img.pfp-small { border-style: solid; border-width: 1px; } +div.byline { + border-top: solid; + margin-left: 25%; + margin-right: 25%; +} .top{ max-width: 100vw; float: left; @@ -338,6 +343,12 @@ img:hover {opacity: 0.7;} margin-left: 5%; margin-right: 5%; } + div.byline { + border-top: solid; + margin-left: 5%; + margin-right: 5%; + } + h1{ padding-left: 5%; }