10 lines
199 B
CSS
10 lines
199 B
CSS
.shop-card{
|
|
padding: .5rem 1rem;
|
|
background-color: var(--mud-palette-background-gray);
|
|
border-radius: 1em;
|
|
}
|
|
|
|
.sub-info-section{
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
} |