Files
santeh-ray/templates/home/_fragments/banner.html
Azimkin 4155ed27ed
All checks were successful
Build and Push Docker Image / build (push) Successful in 26s
refactor: update styles and structure for header, navigation, and banner
- Removed unnecessary "active-page" class from banner link
- Added reusable "nav-block" class for header links
- Adjusted `.nav-links` structure: switched to `inline-flex`, added `justify-content`
- Reduced `.kitchen-banner` margin and added border, padding for text styles
- Enhanced flex layout for `home-index-block` in index.css
2026-04-04 22:16:54 +02:00

8 lines
403 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<section class="kitchen-banner container">
<div class="kitchen-content">
<p>Успей заказать с большой выгодой и получите доставку в подарок!</p>
<h2>ГОТОВОЕ РЕШЕНИЕ ДЛЯ КУХНИ</h2>
<a href="#">Перейти</a>
</div>
{# <img src="{% static 'img/kitchen-banner.jpg' %}" alt="">#}
</section>