[howaboutthese] 스타일 수정

- 노출에 맞도록 스타일 수정
This commit is contained in:
junghoon86.park
2025-10-29 09:57:20 +09:00
parent 2a4bc203ec
commit 16daa293f8
3 changed files with 11 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
@import '../../../style/utils.module.less';
.bgcontainer {
width: 100%;
height: calc(100vh - 210px);
height: 870px;
background: linear-gradient(
360deg,
rgba(221.25, 221.25, 221.25, 0) 2%,

View File

@@ -15,6 +15,10 @@
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
position:fixed;
top:210px;
left:0;
}
.container {
@@ -26,6 +30,10 @@
justify-content: flex-start;
align-items: center;
flex-shrink: 0;
position:fixed;
top:210px;
left:0;
z-index:201;
}
/* Header Section */
@@ -93,8 +101,7 @@
align-items: center;
position: absolute;
left: 0;
top: 0;
z-index: 600;
top: 0;
background: linear-gradient(
360deg,
rgba(221, 221, 221, 0.15) 2%,

View File

@@ -382,7 +382,7 @@
position: fixed;
top: 210px;
width: 100%;
height: 100vh;
height: 870px;
z-index: 200;
pointer-events: auto;
display: flex;