File tree Expand file tree Collapse file tree 2 files changed +49
-28
lines changed Expand file tree Collapse file tree 2 files changed +49
-28
lines changed Original file line number Diff line number Diff line change 1
- .hero-section-smp {
2
- }
3
- .hero-section-header {
4
- margin : 0 ;
5
- }
6
1
.hero-section {
7
2
padding : 0px ;
8
3
}
4
+ .hero-section_header {
5
+ margin : 0 ;
6
+ }
9
7
.hero-section-smp {
10
- width : 80 % ;
8
+ width : 85 % ;
11
9
height : 100% ;
12
10
}
13
- .text {
11
+ .whyGetnighthawk- text {
14
12
font-size : 20px ;
15
-
16
13
text-align : left ;
17
14
}
18
- .hero-main .text {
19
- padding : 0 100px ;
15
+ .hero-section_content .text {
16
+ font-weight : normal ;
17
+ font-size : 20px ;
18
+ text-align : left ;
19
+ padding : 10px 95px ;
20
+ font-family : Open Sans;
20
21
}
21
22
.whyGetnighthawk {
22
- flex-direction : row ;
23
+ justify-content : space-around ;
23
24
display : flex ;
24
25
padding-top : 40px ;
26
+ padding-left : 30px ;
25
27
}
26
28
27
29
.whyGetnighthawk .text {
28
- padding : 0px 100px ;
30
+ padding : 0px 30px ;
31
+ text-align : left ;
32
+ font-family : Open Sans;
33
+ font-size : 20px ;
29
34
}
30
- .fig {
35
+ .nighthawk-meshery- fig {
31
36
display : flex ;
32
37
justify-content : center ;
33
38
padding-top : 40px ;
34
39
}
35
- .figbox {
40
+ .figbox {
36
41
margin : 0px 40px ;
37
-
42
+ padding : 20 px 0 px ;
38
43
}
39
- .fig img {
44
+ .nighthawk-meshery- fig img {
40
45
padding : 0px 30px ;
41
46
object-fit : cover ;
42
47
width : 450px ;
43
48
height : 100% ;
44
49
border-radius : 20px ;
45
50
}
46
- .whyGetnighthawk-bold {
47
- padding : 40px 100px ;
51
+
52
+ .whyGetnighthawk-bold h4 {
53
+ width : 430px ;
48
54
font-family : Qanelas Soft;
49
55
font-style : normal ;
50
56
font-weight : 600 ;
@@ -54,7 +60,7 @@ padding: 0 100px;
54
60
overflow-wrap : normal ;
55
61
}
56
62
57
- .hero-section-header-bold {
63
+ .hero-section_bold {
58
64
font-family : Qanelas Soft;
59
65
font-style : normal ;
60
66
font-weight : bold ;
@@ -64,3 +70,20 @@ padding: 0 100px;
64
70
color : #000000 ;
65
71
padding-top : 30px ;
66
72
}
73
+
74
+ @media only screen and (max-width : 768px ) {
75
+ .whyGetnighthawk {
76
+ flex-wrap : wrap ;
77
+ padding : 50px ;
78
+ }
79
+ .nighthawk-meshery-fig {
80
+ flex-wrap : wrap ;
81
+ padding : 0px ;
82
+
83
+ }
84
+ .hero-section {
85
+
86
+ margin : 20px ;
87
+ }
88
+
89
+ }
Original file line number Diff line number Diff line change 43
43
< br /> < br /> < br /> < br /> < br /> < br />
44
44
45
45
< section class ="hero-section ">
46
- < figure class ="hero-section-header ">
46
+ < figure class ="hero-section_header ">
47
47
< img
48
48
src ="{{ site.baseurl }}/assets/images/smp-standard.png "
49
49
alt ="smp-standard "
50
50
class ="hero-section-smp "
51
51
/>
52
52
</ figure >
53
- < article class ="hero-main ">
54
- < div class =" hero-section- " >
55
- < h3 class ="hero-section-header-bold "> What is Nighthawk?</ h3 >
53
+ < article class ="hero-section_content ">
54
+ < div >
55
+ < h3 class ="hero-section_bold "> What is Nighthawk?</ h3 >
56
56
</ div >
57
57
< div >
58
58
< p class ="text ">
@@ -83,21 +83,19 @@ <h4>Why GetNighthawk?</h4>
83
83
</ p >
84
84
</ div >
85
85
</ article >
86
- < div class ="fig ">
86
+ < div class ="nighthawk-meshery- fig ">
87
87
< figure class ="figbox ">
88
88
< img
89
89
src ="{{ site.baseurl }}/assets/images/nighthawk-meshery.png "
90
90
alt ="nighthawk-meshery "
91
- object-fit ="cover "
92
- width ='450px '
91
+ object-fit ="cover "
93
92
/>
94
93
</ figure >
95
94
< figure class ="figbox ">
96
95
< img
97
96
src ="{{ site.baseurl }}/assets/images/latency-at-scale.png "
98
97
alt ="latency-at-scale "
99
- object-fit ="cover "
100
- width ='450px '
98
+ object-fit ="cover "
101
99
/>
102
100
</ figure >
103
101
</ div >
You can’t perform that action at this time.
0 commit comments