mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
22 lines
240 B
CSS
22 lines
240 B
CSS
.main {
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.body {
|
|
padding: 0.5rem 1rem ;
|
|
}
|
|
|
|
.body :global(.title) {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.explanation {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
div {
|
|
flex-wrap: nowrap;
|
|
}
|
|
}
|