Skip to content

Commit da21f22

Browse files
committed
😻 Добавил Бэйна
1 parent 3b82cf0 commit da21f22

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

app/css/header.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
header {
2-
padding: 3rem 1rem 6rem;
2+
padding: 1rem 1rem 6rem;
33

44
text-align: center;
55

@@ -9,18 +9,16 @@ header {
99
repeating-linear-gradient(-150deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06) 1px, transparent 0, transparent 41px);
1010

1111
@media (--viewport-medium) {
12-
padding-top: 4rem;
13-
padding-bottom: 8rem;
12+
padding-bottom: 4rem;
1413
}
1514

1615
h1 {
17-
margin: 1rem 0 0.25rem;
16+
margin: 0 0 0.25rem;
1817

1918
color: var(--light-color);
2019
}
2120
}
2221

2322
.logo {
24-
width: 100px;
25-
height: 127px;
23+
width: 300px;
2624
}

0 commit comments

Comments
 (0)