Skip to content

Commit a8456d5

Browse files
committed
reduced size of array bracket for mobile
1 parent e920633 commit a8456d5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

styles/TwoColumn.module.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
object-fit: contain;
5252
transform: scale(0.5);
5353
}
54+
// @include tablet {
55+
// transform: scale(0.5) translateY(-17%);
56+
// }
5457
}
5558
}
5659

@@ -121,7 +124,12 @@
121124
.img {
122125
max-width: 50rem;
123126
object-fit: contain;
124-
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+
}
125133
}
126134
}
127135

0 commit comments

Comments
 (0)