adjust feature carousel design

This commit is contained in:
jeffvli
2025-11-29 04:21:43 -08:00
parent 61bfca90d1
commit a708162b15
4 changed files with 103 additions and 32 deletions
@@ -0,0 +1,10 @@
.play-button-group {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: var(--theme-spacing-sm);
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}