File tree Expand file tree Collapse file tree
resources/views/components/homepage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,39 +165,39 @@ class="inline-flex items-center justify-center w-12 h-12 bg-blue-600 text-white
165165 height : auto ;
166166 }
167167
168- /* Floor positions - 0px gaps between floors */
168+ /* Floor positions - TRUE 0px gaps (measured heights) */
169169 .floor-5 {
170170 top : 0 ;
171171 left : 150px ;
172172 z-index : 5 ;
173173 }
174174
175175 .floor-4 {
176- top : 140 px ;
176+ top : 115 px ;
177177 left : 128.5px ;
178178 z-index : 4 ;
179179 }
180180
181181 .floor-3 {
182- top : 280 px ;
182+ top : 199 px ;
183183 left : 101.5px ;
184184 z-index : 3 ;
185185 }
186186
187187 .floor-2 {
188- top : 420 px ;
188+ top : 297 px ;
189189 left : 75px ;
190190 z-index : 2 ;
191191 }
192192
193193 .floor-1 {
194- top : 560 px ;
194+ top : 409 px ;
195195 left : 87px ;
196196 z-index : 1 ;
197197 }
198198
199199 .base {
200- top : 700 px ;
200+ top : 515 px ;
201201 left : -112px ;
202202 z-index : 0 ;
203203 pointer-events : none ;
@@ -210,22 +210,22 @@ class="inline-flex items-center justify-center w-12 h-12 bg-blue-600 text-white
210210 }
211211
212212 .floor-4.selected {
213- top : 110 px ;
213+ top : 85 px ;
214214 left : 6px ;
215215 }
216216
217217 .floor-3.selected {
218- top : 250 px ;
218+ top : 169 px ;
219219 left : -30px ;
220220 }
221221
222222 .floor-2.selected {
223- top : 390 px ;
223+ top : 267 px ;
224224 left : -60px ;
225225 }
226226
227227 .floor-1.selected {
228- top : 530 px ;
228+ top : 379 px ;
229229 left : -60px ;
230230 }
231231 </style >
You can’t perform that action at this time.
0 commit comments