eww: size

This commit is contained in:
2025-06-22 08:30:20 +02:00
parent 5539982abd
commit 854b4c670b
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
.time {
font-weight: bold;
font-size: 80px;
margin-top: 10px;
margin-top: 20px;
}
.date {
@@ -34,7 +34,7 @@
.weather-box {
background-color: $gray-alt;
margin: 20px 20px 0px 0px;
padding: 20px 20px 20px 10px;
padding: 20px 10px 10px 20px;
border-radius: 15px;
}