Skip to content

Commit 818d86f

Browse files
authored
Update grayscale.css to have .resume
1 parent a893b06 commit 818d86f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

_includes/css/grayscale.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,17 @@ body {
456456
}
457457

458458

459-
#resume {
459+
.resume {
460460
width: 100%;
461+
aspect-ratio: 17 / 22;
462+
}
463+
464+
465+
@media(min-width:767px) {
466+
.resume {
467+
width: 100%;
468+
aspect-ratio: 17 / 22;
469+
}
461470
}
462471

463472
/*! div style */
@@ -485,4 +494,4 @@ body {
485494
&:hover {
486495
transform: scale(1.05);
487496
}
488-
}
497+
}

0 commit comments

Comments
 (0)