File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ figcaption {
11
11
background : $theme-color ;
12
12
}
13
13
.img_row {
14
- height : $img-height ;
14
+ /* height: $img-height;*/
15
15
width : 100% ;
16
16
overflow : hidden ;
17
17
box-sizing :border-box ;
@@ -21,7 +21,7 @@ figcaption {
21
21
height : 100% ;
22
22
object-fit : cover ;
23
23
box-sizing :border-box ;
24
- padding : $img-spacing ;
24
+ /* padding: $img-spacing;*/
25
25
}
26
26
.one {
27
27
width :33.33% ;
Original file line number Diff line number Diff line change 47
47
.social-icons-right {
48
48
text-align : right ;
49
49
}
50
+ .img_row {
51
+ height : $img-height / 3 ;
52
+ }
53
+ .col {
54
+ padding : $img-spacing / 3 ;
55
+ }
50
56
}
51
57
52
58
@media screen and (min-width : $viewport-medium ) {
53
59
html {
54
60
font-size : 18px ;
55
61
}
62
+ .img_row {
63
+ height : $img-height / 1.5 ;
64
+ }
65
+ .col {
66
+ padding : $img-spacing / 1.5 ;
67
+ }
56
68
}
57
69
58
70
@media screen and (min-width : $viewport-large ) {
59
71
html {
60
72
font-size : 20px ;
61
73
}
74
+ .img_row {
75
+ height : $img-height ;
76
+ }
77
+ .col {
78
+ padding : $img-spacing ;
79
+ }
62
80
}
63
81
64
82
@media screen and (min-width : $viewport-large + 14 ) {
You can’t perform that action at this time.
0 commit comments