Skip to content

Commit

Permalink
Убирает антивоенный баннер
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Nov 14, 2024
1 parent 1abddb5 commit a746138
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions src/includes/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
{% set logoMod = 'logo--index' %}
{% endif %}

<p class="page__war">Остановите войну в Украине!</p>

<header class="header {{ headerMod }}">
<div class="header__logo logo {{ logoMod }}">
<a class="logo__link"{{ mainLinkPath | safe }}>
Expand Down
12 changes: 0 additions & 12 deletions src/styles/blocks/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,3 @@
max-width: 1920px;
margin: 0 auto;
}

.page__war {
margin: 0;
padding: 0.8em 0 0.9em;
color: white;
font-weight: bold;
font-family: 'Dewi', sans-serif;
font-stretch: expanded;
line-height: 1;
text-align: center;
background-color: black;
}

0 comments on commit a746138

Please sign in to comment.