timelapse service index.php change to template, other stuff

This commit is contained in:
2025-07-28 10:57:40 -07:00
parent 463c5a4784
commit 55560dfcb2
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ body {
padding: 0;
background-color: #2c3e50; /* Dark background color */
color: #bdc3c7; /* Dimmer text color */
zoom: 1.5
zoom: 1.5;
overflow: hidden; /* Hide scrollbars */
}
.container {
max-width: 500px;