Update styles.css

- update relative time
- formating header
This commit is contained in:
Ralf Stockmann 2023-05-18 02:45:52 +02:00 committed by GitHub
parent 3e195ecd44
commit ceee761d14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,17 +61,20 @@
background-color: rgb(227, 6, 19); background-color: rgb(227, 6, 19);
margin-bottom: 10px !important; margin-bottom: 10px !important;
top: -10px !important; top: -10px !important;
padding-top: 14px !important;
} }
.navbar-brand { .navbar-brand {
color: #dddddd !important; /* change the text color */ color: #ffbbbb !important; /* change the text color */
margin: 0 auto; /* center the brand name */ margin: 0 auto; /* center the brand name */
font-size: 0.9em;
} }
.navbar-info { .navbar-info {
color: #ffbbbb !important; /* change the text color */ color: #dddddd !important; /* change the text color */
margin: 0 auto; /* center the brand name */ margin: 0 auto; /* center the brand name */
font-size: 0.8em; font-size: 1.2em;
display: block !important;
} }
.hashtag { .hashtag {
@ -96,7 +99,7 @@ body {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.navbar-info { .navbar-brand {
display: none; display: none;
} }
} }
@ -106,7 +109,11 @@ body {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.navbar-info { .navbar-brand {
display: none; display: none;
} }
} }
.container {
max-width: 2000px !important;
}