witharthur / furniro

0 stars 0 forks source link

Sidebar #1

Open witharthur opened 1 week ago

witharthur commented 1 week ago

Expected result

image

Actual result

image

witharthur commented 6 days ago

The problem was width

.slider-track { display: flex; width: 95%; }

.slide { flex-shrink: 0; width: 65%; height: 100%; position: relative; }

.slide-image { width: 75%; height: auto; object-fit: cover; }