style: page home and page map

This commit is contained in:
2025-01-18 21:17:13 -03:00
parent 89a4d0e4be
commit 6b7bd1bbb2
12 changed files with 313 additions and 74 deletions

View File

@@ -20,16 +20,37 @@ RRB&C - Mapa de Mesas
width: 1400px;
height: 800px;
border-radius: 15px;
/* margin: 15; */
margin-left: 30px;
background-image: url("{% static 'midia/mapMesa.webp' %}" );
background-size: cover;
position: relative;
}
#scroll {
display: grid;
position: relative;
scrollbar-width: thin;
}
@media screen and (max-width: 730px) {
#scroll {
margin: 10px;
overflow: scroll;
}
#mapa {
margin: 0px;
}
}
</style>
<h1>Mapa de Mesas</h1>
<div id="scroll">
<div id="mapa" >
{% for eixo in eixosXY %}
@@ -43,6 +64,7 @@ RRB&C - Mapa de Mesas
top: {{eixo.x}}px;position: absolute" >
</div>
{% endfor %}
</div>
</div>
<h2>Depósito</h2>