Update styles.css

- Get rid of the indent before URLs
- Smaller Text size
This commit is contained in:
Ralf Stockmann 2023-05-17 02:35:12 +02:00 committed by GitHub
parent d3a884fc6b
commit 2ed53fa241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */