css 수정 .

main
hbyang 2026-01-16 15:06:36 +09:00
parent 71467c6775
commit 26ed7cebc6
1 changed files with 4 additions and 11 deletions

View File

@ -1893,10 +1893,7 @@
.analysis-grid {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: stretch;
height: calc(100vh - 320px);
min-height: 350px;
max-height: 550px;
align-items: start;
}
}
@ -1917,8 +1914,7 @@
@media (min-width: 768px) {
.brand-identity-card {
padding: 32px;
height: 100%;
max-height: none;
max-height: 453px;
}
}
@ -2080,7 +2076,7 @@
flex-direction: column;
gap: 16px;
width: 100%;
height: 100%;
max-height: 453px;
}
/* Feature Card for Analysis Page (Selling Points & Keywords) */
@ -2102,7 +2098,7 @@
@media (min-width: 768px) {
.analysis-cards-column .feature-card {
padding: 24px 32px;
padding: 32px;
}
}
@ -2111,9 +2107,6 @@
display: flex;
flex-wrap: wrap;
gap: 8px;
overflow-y: auto;
flex: 1;
min-height: 0;
align-content: flex-start;
}