Skip to content

Commit 6dcd6e7

Browse files
committed
Nicer font for last updated time
1 parent f79d052 commit 6dcd6e7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/render/css/styles.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,17 @@ h1, h2, p, span, .h1, .h2, .p, .span {
3434
max-width: 95%;
3535
font-family: "Lexend-Regular", sans-serif;
3636
font-size: 2.5rem;
37-
display: list-item; /* This has to be "list-item" */
38-
list-style-type: disc; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type */
37+
display: list-item; /* This has to be "list-item" */
38+
list-style-type: disc; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type */
3939
list-style-position: inside;
4040
white-space: nowrap;
4141
overflow: hidden;
4242
text-overflow: ellipsis;
4343
}
4444

45-
.did-you-know {
45+
.info-bar {
4646
font-family: "Lexend-Light", sans-serif;
47-
font-size: 2.5rem;
48-
max-width: 95%;
47+
font-size: 1.5rem;
4948
}
5049

5150
.date-padding {

src/render/dashboard_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h3>{dayaftertomorrow}<br />{dayafter_weather_pop}% | {dayafter_weather_min}-{da
9191
<!-- Calendar -->
9292
<div class="col-md-6">
9393
<div class="row align-items-start ">
94-
<div class="col-md-12 text-right" style="height: 25px">
94+
<div class="col-md-12 text-right info-bar" style="height: 25px">
9595
Last Updated: {update_time}
9696
</div>
9797
</div>

0 commit comments

Comments
 (0)