Skip to content

Commit b711047

Browse files
committed
remove type in grayscale.css
remove typo in line 503
1 parent 9d90bb3 commit b711047

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_includes/css/grayscale.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,14 @@ body {
500500
width: 100%;
501501
/*aspect-ratio: 22 / 17;*/
502502
}
503-
}*/
504-
503+
}
504+
@media(max-width:766px) {
505+
.resume {
506+
width: 100%;
507+
508+
/*aspect-ratio: 22 / 17;*/
509+
}
510+
}
505511
/*! div style */
506512
.image-gallery {
507513
width: 100%;

0 commit comments

Comments
 (0)