From 1f1d01634c2e477d7621070394e06f57ffdbbc6a Mon Sep 17 00:00:00 2001 From: Cornelius Specht Date: Mon, 6 Feb 2023 11:58:35 +0100 Subject: [PATCH] add css sandbox playground --- style/base.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/style/base.css b/style/base.css index ee2dbcd..50de76f 100644 --- a/style/base.css +++ b/style/base.css @@ -26,15 +26,19 @@ display:table } .sandbox-announcement-icon{ - max-height: 3rem; + max-height: 2.5rem; + margin-top: 0.25em; float:left; margin-right: 1rem; + margin-left: 8em; vertical-align: middle; - display:table-cell + display:table-cell; } .sandbox-announcement-text{ display:table-cell; vertical-align: middle; display: inline-block; - min-height: 4.5rem + min-height: 4.5rem; + font-size: 1.5em; + margin-top: 0.5em; } \ No newline at end of file