File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,6 @@ nav > ul li a:active {
154
154
height : 120px ;
155
155
-webkit-clip-path : url (#shape120 );
156
156
clip-path : url (#shape120 );
157
- margin-right : 30px ;
158
157
}
159
158
160
159
.appNamePriceContainer {
@@ -163,6 +162,7 @@ nav > ul li a:active {
163
162
flex-direction : column ;
164
163
align-items : start ;
165
164
justify-content : center ;
165
+ margin-left : 30px ;
166
166
}
167
167
168
168
.appName {
@@ -175,6 +175,27 @@ nav > ul li a:active {
175
175
margin-top : 13px ;
176
176
}
177
177
178
+ @media only screen and (max-width : 768px ) {
179
+
180
+ .appNamePriceContainer {
181
+ width : 100% ;
182
+ margin-left : 0px ;
183
+ align-items : center ;
184
+ justify-content : center ;
185
+ }
186
+
187
+ .appName {
188
+ margin-top : 30px ;
189
+ text-align : center ;
190
+ }
191
+
192
+ .appPrice {
193
+ margin-top : 13px ;
194
+ text-align : center ;
195
+ }
196
+
197
+ }
198
+
178
199
.appDescriptionContainer {
179
200
align-items : flex-start ;
180
201
margin-top : 45px ;
You can’t perform that action at this time.
0 commit comments