We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83ec30 commit 9d95a04Copy full SHA for 9d95a04
tmini/style.css
@@ -167,10 +167,18 @@ header {
167
168
.iphoneScreen {
169
width: 349px;
170
+ height: 755px;
171
-webkit-clip-path: url(#screenMask);
172
clip-path: url(#screenMask);
173
margin-left: 26px;
174
margin-top: 23px;
175
+ overflow: hidden;
176
+}
177
+
178
+.iphoneScreen img {
179
+ width: 100%;
180
+ height: 100%;
181
+ object-fit: cover;
182
}
183
184
/* Features */
@@ -332,6 +340,13 @@ footer {
332
340
height: 488px;
333
341
margin: 0px;
334
342
margin-top: 17px;
343
344
+ }
345
346
+ .iphoneScreen img {
347
348
349
335
350
336
351
.features {
337
352
flex-grow: 1;
0 commit comments