Clock widget and more copypasta

This commit is contained in:
2025-08-28 04:44:25 +02:00
committed by Arif Hasanic
parent b1adbe74de
commit 42419e2e3b
11 changed files with 119 additions and 20 deletions

View File

@@ -0,0 +1,17 @@
.container {
display: flex;
flex-direction: row;
align-items: center;
}
img {
height: 200px;
}
.textContainer {
font-size: 16pt;
font-weight: bold;
display: flex;
flex-direction: column;
}