Adjust dynamic styles on the departure board component

This commit is contained in:
2026-05-12 20:35:12 +01:00
parent b88f4f3b35
commit 0ef9e5b56f
2 changed files with 175 additions and 25 deletions

View File

@@ -147,7 +147,7 @@
<h1 class="viewport-guard-title">Narrow Gauge Detected</h1>
<p>
Just as trains need the right track width, our data needs a bit more room to stay on the rails.
Please expand your view to at least 300px to view the app.
Please expand your view to at least 320px to view the app.
</p>
</div>
@@ -319,7 +319,7 @@
display: none;
}
@media (max-width: 299px) {
@media (max-width: 319px) {
.viewport-guard {
display: block;
position: fixed;