font-weight: bold;
font-size: 44px;
letter-spacing: -0.01em;
- height: 90px;
+ min-height: 90px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
}
- &:nth-child(4) {
- .l-checkout__input {
- &:nth-child(1) { width: 172px; }
- &:nth-child(2) { width: calc(100% - 172px); }
- }
- }
-
&.full {
flex-direction: column;
@include rwd($break-flow) {
border: 1px solid #edc016;
background: #edc016;
}
+
+
+.donation-more {
+ margin-bottom:40px;
+}