Update styles.css
- Get rid of margin right of hashtags
This commit is contained in:
parent
2ed53fa241
commit
943ca961c9
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@
|
||||||
line-height: 0 !important;
|
line-height: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hashtag {
|
||||||
|
margin-right: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Custom navbar styles */
|
/* Custom navbar styles */
|
||||||
.navbar {
|
.navbar {
|
||||||
height: 50px; /* reduce the height of the navbar */
|
height: 50px; /* reduce the height of the navbar */
|
||||||
|
|
Loading…
Reference in a new issue