.collection-circle-slider {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 62px;
overflow-x: auto;
padding: 30px 10px;
}
.circle-img {
width: 160px;
height: 160px;
border-radius: 50%;
overflow: hidden;
background: #fff;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
margin: auto;
}
.collection-circle {
width: 160px;
flex-shrink: 0;
text-align: center;
text-decoration: none;
}
- Choosing a selection results in a full page refresh.
- Opens in a new window.