Skip to content

Commit 7f232eb

Browse files
Aisling FoleyAisling Foley
authored andcommitted
Taller videos on larger screens
1 parent 26be947 commit 7f232eb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

_sass/pages/_work.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,24 @@
255255
}
256256

257257
@media screen and (max-width: 650px) {
258-
height: 240px;
258+
height: 230px;
259259
}
260260

261+
@media screen and (min-width: 1500px ) {
262+
height: 500px;
263+
}
264+
265+
261266
.photo-inner{
262267
height: 400px;
263268
@media screen and ( max-width: $medium ) {
264269
// height: 261px;
265270
}
266271

272+
@media screen and ( min-width: 1500px ) {
273+
height: 500px;
274+
}
275+
267276
&:after {
268277
background-color: $aqua;
269278
}

0 commit comments

Comments
 (0)