diff --git a/templates/index.html b/templates/index.html index 3410404..6821508 100755 --- a/templates/index.html +++ b/templates/index.html @@ -83,6 +83,24 @@ transform: translateY(-2px); } + .company-logo { + width: 100%; + height: 80px; + display: flex; + align-items: center; + justify-content: center; + margin-bottom: var(--spacing-md); + background: var(--background); + border-radius: var(--radius-md); + overflow: hidden; + } + + .company-logo img { + max-width: 100%; + max-height: 100%; + object-fit: contain; + } + .company-header { margin-bottom: var(--spacing-md); } @@ -226,6 +244,11 @@
{% for company in companies %}
+
{% if company.category %} {{ company.category.name }}