File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 85
85
flex-direction : column ;
86
86
justify-content : center ;
87
87
align-items : center ;
88
- margin-bottom : pxToRem ($grid-unit * 8 );
88
+ margin-bottom : pxToRem ($grid-unit * 4 );
89
89
width : 100% ;
90
90
91
91
@media screen and (min-width : $screen-med ) {
230
230
231
231
.actionButton {
232
232
@include hard_button_base ();
233
- margin-left : auto ;
233
+ margin-bottom : pxToRem ($grid-unit * 2 );
234
+ align-self : flex-start ;
234
235
}
Original file line number Diff line number Diff line change 46
46
47
47
.similarModes__cta {
48
48
@include hard_button_base ;
49
- margin-left : auto ;
49
+ align-self : flex-start ;
50
50
}
Original file line number Diff line number Diff line change 67
67
var (--offwhite ),
68
68
var (--purple )
69
69
);
70
+ margin-bottom : pxToRem ($grid-unit * 4 );
70
71
}
71
72
72
73
.tagRow {
Original file line number Diff line number Diff line change 107
107
border : pxToRem (2 ) solid $foregroundColor ;
108
108
text-transform : uppercase ;
109
109
font-family : var (--font-family-main );
110
- font-size : pxToRem (18 );
110
+ font-size : pxToRem (16 );
111
111
display : inline-block ;
112
112
background-color : $backgroundColor ;
113
- padding : pxToRem ($grid-unit ) pxToRem ( $grid-unit * 2 );
113
+ padding : pxToRem ($grid-unit * 2 );
114
114
color : $foregroundColor ;
115
115
text-decoration : none ;
116
116
cursor : pointer ;
You can’t perform that action at this time.
0 commit comments