www-new/components/Bubble.module.css

14 lines
266 B
CSS

.bubble {
padding: calc(36rem / 16) 0;
margin: calc(64rem / 16) 0;
background-color: #e1eefa;
/* width: 100% !important; */
max-width: 5000px !important;
/* border-radius: 20rem; */
}
.bubble > * {
margin: 2rem auto;
max-width: calc(806rem / 16);
}