Update styles.css
- Get rid of the indent before URLs - Smaller Text size
This commit is contained in:
parent
d3a884fc6b
commit
2ed53fa241
1 changed files with 10 additions and 0 deletions
10
styles.css
10
styles.css
|
@ -41,6 +41,16 @@
|
|||
margin-bottom: 1px !important;
|
||||
}
|
||||
|
||||
.card {
|
||||
font-size: 0.9em; /* adjust this value to get the desired text size */
|
||||
}
|
||||
|
||||
/* Remove indent of URLs */
|
||||
.invisible {
|
||||
font-size: 0 !important;
|
||||
line-height: 0 !important;
|
||||
}
|
||||
|
||||
/* Custom navbar styles */
|
||||
.navbar {
|
||||
height: 50px; /* reduce the height of the navbar */
|
||||
|
|
Loading…
Reference in a new issue