Files
MagicMirror/defaultmodules/calendar/calendar.css
T

16 lines
208 B
CSS
Raw Normal View History

2016-03-31 11:05:32 +02:00
.calendar .symbol {
display: flex;
flex-direction: row;
justify-content: flex-end;
gap: 5px;
2016-03-31 11:05:32 +02:00
}
.calendar .title {
padding: 0 10px;
2016-03-31 11:05:32 +02:00
}
.calendar .time {
padding-left: 20px;
2016-04-05 15:43:52 -04:00
text-align: right;
2016-04-03 19:52:13 +02:00
}