diff --git a/offer_frontend/src/views/portal/CompanyListView.vue b/offer_frontend/src/views/portal/CompanyListView.vue index 0e055db..2ad8041 100644 --- a/offer_frontend/src/views/portal/CompanyListView.vue +++ b/offer_frontend/src/views/portal/CompanyListView.vue @@ -164,10 +164,6 @@ onMounted(async () => { border-bottom: 1px solid var(--border); padding: 56px 0; color: var(--text-main); - display: flex; - flex-direction: column; - justify-content: center; - min-height: 260px; } .hero-inner { max-width: 1100px; @@ -175,7 +171,7 @@ onMounted(async () => { padding: 0 24px; display: flex; gap: 36px; - align-items: center; + align-items: flex-start; } .hero-logo { flex-shrink: 0;