Starchik1 commited on
Commit
3fa68fb
·
verified ·
1 Parent(s): 1505a77

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
index.html CHANGED
@@ -19,12 +19,13 @@
19
  }
20
 
21
  header {
22
- width: 95%;
23
  background-color: #1DB954;
24
- padding: 10px 20px;
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 {