From 174316a530788b1da48b85a8e13fcb6dd0c5eddc Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Thu, 8 Jan 2026 13:39:16 +0100 Subject: [PATCH] =?UTF-8?q?Przywr=C3=B3=C4=87=20logo=20firm=20na=20stronie?= =?UTF-8?q?=20g=C5=82=C3=B3wnej=20(katalog)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Naprawione błędy wprowadzone podczas synchronizacji: - Przywrócono sekcję company-logo z obrazkiem w karcie firmy - Przywrócono style CSS dla logo (100% szerokość, 80px wysokość) Co-Authored-By: Claude Opus 4.5 --- templates/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 }}