File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1548,7 +1548,7 @@ footer {
15481548
15491549.container {
15501550 max-width : 46em ;
1551- margin : auto;
1551+ margin : 0 auto;
15521552 width : 100% ;
15531553}
15541554
@@ -2308,7 +2308,7 @@ td {
23082308
23092309@media (min-width : 1025px ) {
23102310 .checkout section {
2311- padding : 40 px 0 ;
2311+ padding : 10 px 0 ;
23122312 }
23132313}
23142314
@@ -2322,9 +2322,7 @@ td {
23222322.checkout p ,
23232323.checkout section ,
23242324.checkout .button {
2325- -webkit-animation : fadeInUp 400ms 1 normal cubic-bezier (0.215 , 0.61 , 0.355 , 1 ) both 0s ;
2326- -moz-animation : fadeInUp 400ms 1 normal cubic-bezier (0.215 , 0.61 , 0.355 , 1 ) both 0s ;
2327- animation : fadeInUp 400ms 1 normal cubic-bezier (0.215 , 0.61 , 0.355 , 1 ) both 0s ;
2325+ animation : none;
23282326}
23292327
23302328.checkout h1 {
@@ -2358,6 +2356,7 @@ td {
23582356}
23592357
23602358.bt-drop-in-wrapper {
2359+ min-height : 200px ;
23612360 position : relative;
23622361 z-index : 1 ;
23632362}
You can’t perform that action at this time.
0 commit comments