Update styles.css
- Reduce margin between columns - Info text in heading
This commit is contained in:
parent
6344f73b41
commit
4394b6d2f3
1 changed files with 11 additions and 0 deletions
11
styles.css
11
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;
|
||||
|
|
Loading…
Reference in a new issue