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 d392c13 commit bd35d6aCopy full SHA for bd35d6a
assets/scss/_tablet.scss
@@ -91,13 +91,15 @@ $feature-box-div-width: 45%;
91
max-width: 25%;
92
max-height: 100%;
93
transform: translateY(-50%);
94
+ width: 100%;
95
}
96
97
&:nth-child(odd) {
98
padding-right: 210px;
99
100
.image-wrapper {
101
right: 0;
102
+ text-align: right;
103
104
105
@@ -106,6 +108,7 @@ $feature-box-div-width: 45%;
106
108
107
109
110
left: 0;
111
+ text-align: left;
112
113
114
0 commit comments