css 수정 .
parent
71467c6775
commit
26ed7cebc6
15
index.css
15
index.css
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue