mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 18:02:15 +00:00
16 lines
208 B
CSS
16 lines
208 B
CSS
.calendar .symbol {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
gap: 5px;
|
|
}
|
|
|
|
.calendar .title {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.calendar .time {
|
|
padding-left: 20px;
|
|
text-align: right;
|
|
}
|