Skip to content
Snippets Groups Projects
Commit 789ffdd1 authored by Thibault Debatty's avatar Thibault Debatty
Browse files

update rack view

parent 9266814d
No related branches found
No related tags found
No related merge requests found
Pipeline #13936 passed
......@@ -41,6 +41,10 @@
height: 96rem
}
div.size-42u {
height: 84rem
}
div.slot {
position: absolute;
width: 100%;
......@@ -59,7 +63,7 @@
</style>
<div class="container">
<div class="rack size-48u">
<div class="rack size-42u">
@for ($i = 0; $i < 42; $i++)
<div class="slot" style="bottom: {{ 2*$i }}rem">
{{ $i + 1 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment