File tree 6 files changed +46
-50
lines changed
6 files changed +46
-50
lines changed Original file line number Diff line number Diff line change 1
- 318ACAF85024D323F3F60B8D63B1EC23
1
+ FBB2C1241F0FD138D012004E4AA98F0E
Original file line number Diff line number Diff line change 20
20
display : flex ;
21
21
flex-direction : column ;
22
22
-webkit-overflow-scrolling : touch ;
23
- }
24
23
25
- body {
26
24
-webkit-text-size-adjust : 100% ;
27
25
overflow-x : hidden ;
28
26
font-family : Roboto, sans-serif ;
Original file line number Diff line number Diff line change @@ -6,27 +6,25 @@ footer {
6
6
flex : 0 0 16px ;
7
7
text-align : center ;
8
8
padding : 16px 20px ;
9
- }
10
9
11
- footer {
12
10
color : #fff ;
13
11
background-color : var (--main-footer-background );
14
12
width : 100% ;
15
- }
16
13
17
- footer p {
18
- margin : 0 ;
19
- }
14
+ p {
15
+ margin : 0 ;
16
+ }
20
17
21
- footer .no-break {
22
- white-space : nowrap ;
23
- }
18
+ .no-break {
19
+ white-space : nowrap ;
20
+ }
24
21
25
- footer .container {
26
- padding-left : 0 ;
27
- padding-right : 0 ;
28
- }
22
+ .container {
23
+ padding-left : 0 ;
24
+ padding-right : 0 ;
25
+ }
29
26
30
- footer a , footer a :hover {
31
- color : #fff ;
27
+ a , a :hover {
28
+ color : #fff ;
29
+ }
32
30
}
Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ header {
10
10
padding-left : 30px ;
11
11
padding-right : 30px ;
12
12
background-color : var (--main-header-color );
13
- }
14
13
15
- header ol {
16
- list-style : none ;
17
- margin : 0 ;
18
- padding : 0 ;
19
- }
14
+ ol {
15
+ list-style : none ;
16
+ margin : 0 ;
17
+ padding : 0 ;
20
18
21
- header ol li {
22
- display : inline ;
23
- }
19
+ li {
20
+ display : inline ;
21
+ }
22
+ }
24
23
25
- header form {
26
- display : flex ;
27
- flex : 1 ;
28
- justify-content : flex-end ;
29
- }
24
+ form {
25
+ display : flex ;
26
+ flex : 1 ;
27
+ justify-content : flex-end ;
28
+ }
30
29
31
- header #header-search-sidebar {
32
- height : 50px ;
33
- margin-bottom : 25px ;
30
+ #header-search-sidebar {
31
+ height : 50px ;
32
+ margin-bottom : 25px ;
33
+ }
34
34
}
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- nav .navbar {
6
- background-color : inherit ;
7
- min-height : 50 px ;
8
- border : 0 ;
9
- }
5
+ nav {
6
+ .navbar {
7
+ background-color : inherit ;
8
+ min-height : 50 px ;
9
+ border : 0 ;
10
10
11
- nav .navbar .row {
12
- padding-top : 8px ;
13
- }
11
+ .row {
12
+ padding-top : 8px ;
13
+ }
14
+ }
14
15
15
- nav .container {
16
- white-space : nowrap ;
17
- }
16
+ .container {
17
+ white-space : nowrap ;
18
18
19
- @media (max-width : 840px ) {
20
- nav .container {
21
- width : 100 %
19
+ @media (max-width : 840px ) {
20
+ width : 100 % ;
21
+ }
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments