File tree Expand file tree Collapse file tree 2 files changed +27
-15
lines changed Expand file tree Collapse file tree 2 files changed +27
-15
lines changed Original file line number Diff line number Diff line change @@ -273,10 +273,3 @@ button,
273
273
color : var (--cust-black );
274
274
background-color : var (--cust-white );
275
275
}
276
-
277
- /* custom large button */
278
- .large {
279
- --pico-form-element-spacing-vertical : 0.4375rem ;
280
- --pico-form-element-spacing-horizontal : 1.25rem ;
281
- font-size : 1.25rem ;
282
- }
Original file line number Diff line number Diff line change @@ -99,14 +99,6 @@ section {
99
99
padding-bottom : 1rem ;
100
100
}
101
101
102
- .cta-buttons {
103
- margin-top : 1rem ;
104
- margin-bottom : 1rem ;
105
- display : flex;
106
- flex-direction : row;
107
- gap : 0.5rem ;
108
- }
109
-
110
102
/*
111
103
*
112
104
* TYPOGRAPHY
@@ -211,3 +203,30 @@ section {
211
203
.colorized-orange path {
212
204
fill : var (--cust-orange );
213
205
}
206
+
207
+ /* custom large button */
208
+ .large {
209
+ --pico-form-element-spacing-vertical : 0.4375rem ;
210
+ --pico-form-element-spacing-horizontal : 1.25rem ;
211
+ font-size : 1.25rem ;
212
+ }
213
+
214
+ .cta-buttons {
215
+ margin-top : 1rem ;
216
+ margin-bottom : 1rem ;
217
+ display : flex;
218
+ flex-direction : row;
219
+ gap : 0.5rem ;
220
+ }
221
+
222
+ @media (max-width : 767px ) {
223
+ .cta-buttons {
224
+ display : block;
225
+ text-align : center;
226
+ /* flex-direction: row; */
227
+ /* gap: 0.5rem; */
228
+ }
229
+ .cta-buttons .large {
230
+ margin : 0.25rem ;
231
+ }
232
+ }
You can’t perform that action at this time.
0 commit comments