chore: fixes

This commit is contained in:
MattTheTekie 2026-04-23 17:39:46 -04:00
commit b4d33bb9d6
2 changed files with 18 additions and 1 deletions

View file

@ -157,3 +157,20 @@ padding: 6px 20px;
body.console-dsi .screen {
width: 320px;
}
.carousel-buttons {
overflow: hidden;
width: 100%;
}
.carousel-track {
display: flex;
gap: 10px;
white-space: nowrap;
overflow-x: scroll;
scroll-behavior: auto;
}
.carousel-track a img {
height: 31px;
}

View file

@ -28,7 +28,7 @@
<!-- TOP SCREEN -->
<div class="screen top-screen">
<div id="header">
<h1>Veltron Network</h1>
<h1><img src="https://www.veltron.net/images/site-banner.png" width="100%" height="100%"></h1>
</div>
</div>