We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57671ae commit 94faf29Copy full SHA for 94faf29
1 file changed
assets/sass/pages/_download.scss
@@ -35,9 +35,13 @@
35
36
.image-section {
37
position: relative;
38
- border-radius: 25px;
39
margin-bottom: 20px;
40
- overflow: hidden;
+
+ img {
41
+ display: inline-block;
42
+ width: 100%;
43
+ border-radius: 25px;
44
+ }
45
46
h1 {
47
position: absolute;
@@ -227,14 +231,14 @@
227
231
228
232
@media (max-width: variables.$screen-lg) {
229
233
#download-page .download-section {
230
- grid-template-columns: 1fr 1fr;
234
+ grid-template-columns: repeat(2, minmax(0, 1fr));
235
}
236
237
238
@media (max-width: variables.$screen-md) {
239
#download-page {
240
.download-section {
241
242
243
.download {
244
.download-details,
0 commit comments