HM-69.Доработка логотипа (#30)

This commit is contained in:
Михаил
2020-07-24 22:37:57 +03:00
committed by GitHub
parent 3e0824206c
commit f51bd0df46
2 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@
</li>
</ul>
</div>
</div>
</nav>
</template>
<!-- Шаблон контейнера страниц-->
<template id="page-container">

View File

@ -13,7 +13,7 @@ class NavButtonComponent extends Component {
this.logoImg = document.createElement('img');
this.logoImg.src = Image;
this.logoImg.alt = 'logo';
this.logoImg.className = 'Logo mr-0';
this.logoImg.className = 'Logo mr-2';
this.logoBox = this.mainNode.querySelector('.Logo__box');
this.logoBox.appendChild(this.logoImg);
}