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 a893b06 commit 818d86fCopy full SHA for 818d86f
_includes/css/grayscale.css
@@ -456,8 +456,17 @@ body {
456
}
457
458
459
- #resume {
+ .resume {
460
width: 100%;
461
+ aspect-ratio: 17 / 22;
462
+ }
463
+
464
465
+ @media(min-width:767px) {
466
467
+ width: 100%;
468
469
470
471
472
/*! div style */
@@ -485,4 +494,4 @@ body {
485
494
&:hover {
486
495
transform: scale(1.05);
487
496
488
-}
497
+}
0 commit comments