From 9527b2ea57e6191d4eb36018be1675f8214d1b2d Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 14:53:26 +0000 Subject: [PATCH] Display elements as inline-blocks --- sitefiles/sig.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 663e4d1..ed9248a 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -59,14 +59,15 @@ body{ } .contentBody .title{ + display: inline-block; font-size:x-large; border-bottom-style: outset; border-radius: 32px; background-color:$SITE_BACKCOL; - max-width:content; } .contentBody .content{ + display: inline-block; border-radius: 12px 0px 12px 0px; border-style: none outset outset none; border-color: rgb(17, 153, 17, .3);