Update styles.css

- Get rid of margin right of hashtags
This commit is contained in:
Ralf Stockmann 2023-05-17 02:42:16 +02:00 committed by GitHub
parent 2ed53fa241
commit 943ca961c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,10 @@
line-height: 0 !important;
}
.hashtag {
margin-right: 0px !important;
}
/* Custom navbar styles */
.navbar {
height: 50px; /* reduce the height of the navbar */