Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -19,12 +19,13 @@
|
|
19 |
}
|
20 |
|
21 |
header {
|
22 |
-
width:
|
23 |
background-color: #1DB954;
|
24 |
-
padding: 10px
|
25 |
display: flex;
|
26 |
align-items: center;
|
27 |
justify-content: space-between;
|
|
|
28 |
}
|
29 |
|
30 |
header h1 {
|
|
|
19 |
}
|
20 |
|
21 |
header {
|
22 |
+
width: 100%;
|
23 |
background-color: #1DB954;
|
24 |
+
padding: 10px 40px; /* Увеличиваем отступы */
|
25 |
display: flex;
|
26 |
align-items: center;
|
27 |
justify-content: space-between;
|
28 |
+
box-sizing: border-box; /* Чтобы padding не выходил за границы */
|
29 |
}
|
30 |
|
31 |
header h1 {
|