Update styles.css

- Reduce margin between columns
- Info text in heading
This commit is contained in:
Ralf Stockmann 2023-05-17 15:45:59 +02:00 committed by GitHub
parent 6344f73b41
commit 4394b6d2f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;