Increase clock size in iPhone landscape

This commit is contained in:
Kiyomichi Kosaka 2025-06-15 14:06:30 +02:00
parent a39c7216b3
commit b4c0799676

View File

@ -360,6 +360,14 @@
}
}
@media only screen
and (max-height: 430px) /* iPhone landscape heights around 390px */
and (orientation: landscape) {
.analog-clock-container {
--clock-size: 70vmin; /* roughly 1.7x larger than default */
}
}
.eonstrip-grid {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
transform: translateX(0);