From 4394b6d2f3ea9e69cee4cf89f97f25e21d035d01 Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Wed, 17 May 2023 15:45:59 +0200 Subject: [PATCH] Update styles.css - Reduce margin between columns - Info text in heading --- styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles.css b/styles.css index 64aa334..94cf307 100644 --- a/styles.css +++ b/styles.css @@ -68,10 +68,21 @@ margin: 0 auto; /* center the brand name */ } +.navbar-info { + color: #ffbbbb !important; /* change the text color */ + margin: 0 auto; /* center the brand name */ + font-size: 0.8em; +} + .hashtag { margin-right: 10px; /* add space between the hashtags */ } +.col-sm-3 { + padding-left: 0px !important; + padding-right: 0px !important; +} + /* Set the background color of the body */ body { background-color: #aaaaaa;