www-new/components/Bubble.module.css

8 lines
109 B
CSS

.bubble {
padding: calc(36rem / 16) 0;
}
.bubble:nth-child(odd) {
background-color: var(--blue-1-20);
}