diff --git a/offer_frontend/src/views/portal/CompanyListView.vue b/offer_frontend/src/views/portal/CompanyListView.vue index ea15d28..0e055db 100644 --- a/offer_frontend/src/views/portal/CompanyListView.vue +++ b/offer_frontend/src/views/portal/CompanyListView.vue @@ -162,8 +162,12 @@ onMounted(async () => { .hero-section { background: #fff; border-bottom: 1px solid var(--border); - padding: 48px 0 44px; + padding: 56px 0; color: var(--text-main); + display: flex; + flex-direction: column; + justify-content: center; + min-height: 260px; } .hero-inner { max-width: 1100px;