added date to clock

This commit is contained in:
2020-04-22 16:15:45 +02:00
parent 2ab567d3ae
commit 8e185d9f98
2 changed files with 24 additions and 5 deletions

View File

@@ -1,8 +1,11 @@
.clock-component{
text-align: center;
.time{
font-size: 10em;
text-align: center;
}
.date {
font-size: 1em;
margin-top: -1em;
}
}