Skip to content

Commit 8bc07e6

Browse files
Удаляет лишние переносы строк в header
1 parent e56b23e commit 8bc07e6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

css/blocks/header.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
header {
22
padding: 1rem 1rem 6rem;
3-
43
text-align: center;
5-
64
background-color: #312785;
75
background-image: repeating-linear-gradient(150deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06) 1px, transparent 0, transparent 41px), repeating-linear-gradient(-150deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06) 1px, transparent 0, transparent 41px);
86
background-size: 82px 47px;
97
}
108

119
header h1 {
1210
margin: 0 0 0.25rem;
13-
1411
color: #ffffff;
1512
}
1613

1714
header p {
1815
margin-top: 0;
19-
2016
font-size: 1.1rem;
2117
}
2218

@@ -35,10 +31,3 @@ header a:visited {
3531
padding-bottom: 4rem;
3632
}
3733
}
38-
39-
@media (min-width: 38em) {
40-
header {
41-
padding-bottom: 4rem;
42-
}
43-
}
44-

0 commit comments

Comments
 (0)