20 lines
315 B
SCSS
20 lines
315 B
SCSS
.banner_detail_page {
|
|
min-height: 100vh;
|
|
background: #ffffff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.banner_detail_content {
|
|
padding: 12px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex: 1;
|
|
}
|
|
|
|
.banner_detail_image {
|
|
width: 100%;
|
|
border-radius: 12px;
|
|
display: block;
|
|
} |