Skip to content

Commit 8a6d758

Browse files
committed
🙈 Добавил высоту
1 parent 7c1f993 commit 8a6d758

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/css/header.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ header {
2121

2222
.logo {
2323
width: 300px;
24+
height: 300px;
2425
}

app/templates/partials/header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<a href="https://htmlacademy.ru" target="_blank">
3-
<img class="logo" src="{{resolve 'bane.svg'}}" width="300" alt="HTML Academy" title="HTML Academy">
3+
<img class="logo" src="{{resolve 'bane.svg'}}" width="300" height="300" alt="HTML Academy" title="HTML Academy">
44
</a>
55
<h1>Стиль кода Академии HTML</h1>
66
</header>

0 commit comments

Comments
 (0)