File tree Expand file tree Collapse file tree 4 files changed +36
-11
lines changed Expand file tree Collapse file tree 4 files changed +36
-11
lines changed Original file line number Diff line number Diff line change 6
6
7
7
.imageWrapper {
8
8
width : 100% ;
9
- height : 500 px ;
9
+ height : 768 px ;
10
10
background :
11
11
linear-gradient (
12
12
rgba (#363b3d , 0.3 ),
16
16
url (" /assets/headerimage.png" );
17
17
18
18
background-repeat : no-repeat ;
19
- background-size : auto 100 % ;
20
- background-position : top ;
19
+ background-size : auto 200 % ;
20
+ background-position : bottom ;
21
21
border-radius : 0px 0px 40px 40px ;
22
22
}
23
23
35
35
padding-right : 15px ;
36
36
grid-column-gap : 50px ;
37
37
grid-template-columns : repeat (12 , 1fr );
38
- grid-template-rows : 115px 590 px 1000px 200px ;
38
+ grid-template-rows : 115px 883 px 1000px 200px ;
39
39
grid-column-gap : 30px ;
40
40
grid-template-areas :
41
41
" h h h h h h h h h h h h"
@@ -103,6 +103,9 @@ nav > ul li a {
103
103
.appInfo {
104
104
grid-area : i;
105
105
display : flex ;
106
+ flex-wrap : wrap ;
107
+ padding-top : 158px ;
108
+ align-content : flex-start ;
106
109
}
107
110
108
111
.appIconLarge {
@@ -113,19 +116,33 @@ nav > ul li a {
113
116
}
114
117
115
118
.appNamePriceContainer {
116
- display : flex ;
117
- flex-wrap : wrap ;
118
- flex-direction : row ;
119
+ padding-left : 30 px ;
120
+ flex : 0 1 auto ;
121
+ align-items : flex-start ;
119
122
}
120
123
121
124
.appName {
122
- display : flex ;
123
- margin-top : 0 px ;
125
+ margin : 0 px ;
126
+ margin-top : -5 px ;
124
127
color : #fff ;
125
128
}
126
129
127
130
.appPrice {
128
- display : flex ;
131
+ color : #fff ;
132
+ margin : 0px ;
133
+ margin-top : 8px ;
134
+ font-weight : normal ;
135
+ }
136
+
137
+ .appDescriptionContainer {
138
+ align-items : flex-start ;
139
+ margin-top : 45px ;
140
+ flex : 0 1 auto ;
141
+ line-height : 1.5 ;
142
+ }
143
+
144
+ .appDescription {
145
+ margin : 0px ;
129
146
color : #fff ;
130
147
font-weight : normal ;
131
148
}
Original file line number Diff line number Diff line change 24
24
</ defs >
25
25
</ svg >
26
26
< img class ="appIconLarge " src ="/assets/appicon-1024px.png ">
27
-
28
27
< div class ="appNamePriceContainer ">
29
28
< h1 class ="appName ">
30
29
Your App
@@ -33,6 +32,15 @@ <h3 class="appPrice">
33
32
$9.99
34
33
</ h3 >
35
34
</ div >
35
+ < div class ="appDescriptionContainer ">
36
+ < h4 class ="appDescription ">
37
+ Wherever some that and kiwi that well dolphin alas this the mindfully jeepers one aside canny one preparatory up less therefore hello oh amid goodness checked.
38
+ </ h4 >
39
+ </ div >
40
+ < div class ="downloadButtonsContainer ">
41
+ < a href =""> < img class ="playStore " src ="/assets/playstore.png "> </ a >
42
+ < a href =""> < img class ="appStore " src ="/assets/appstore.png "> </ a >
43
+ </ div >
36
44
</ div >
37
45
38
46
< div class ="features ">
You can’t perform that action at this time.
0 commit comments