14 lines
189 B
SCSS
14 lines
189 B
SCSS
carousel {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
justify-content: center
|
|
}
|
|
|
|
|
|
|
|
.dialog-title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|