chore: fixes
This commit is contained in:
parent
dc98a84f18
commit
b4d33bb9d6
2 changed files with 18 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue