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 e920633 commit a8456d5Copy full SHA for a8456d5
styles/TwoColumn.module.scss
@@ -51,6 +51,9 @@
51
object-fit: contain;
52
transform: scale(0.5);
53
}
54
+ // @include tablet {
55
+ // transform: scale(0.5) translateY(-17%);
56
+ // }
57
58
59
@@ -121,7 +124,12 @@
121
124
.img {
122
125
max-width: 50rem;
123
126
- transform: scale(0.5) translateY(-17%);
127
+ transform: scale(0.3);
128
+
129
+ @include tablet {
130
+ transform: scale(0.5) translateY(-17%);
131
+ height: 24rem;
132
+ }
133
134
135
0 commit comments