Skip to content
Snippets Groups Projects
Commit c88e137b authored by David Trattnig's avatar David Trattnig
Browse files

Increase size for current date.

parent 0cc581eb
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,9 @@
}
}
.current-date {
font-size: 1.3em;
}
footer {
font-size: 0.8em;
......@@ -174,7 +177,7 @@
{:then value}
{#each value as item}
<h4>{getDate(item)}</h4>
<h4 class="current-date">{getDate(item)}</h4>
<div class="card mt-5 {isActive(item)}">
<div class="card-body">
<h5 class="card-title"><b>{getTime(item)}</b> | {item.track.artist} - {item.track.title} {printDuration(item)}</h5>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment