11 lines
132 B
SCSS
11 lines
132 B
SCSS
.base {
|
|
width: 100%;
|
|
margin-bottom: 16px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.heading {
|
|
font-size: 24px;
|
|
}
|