Skip to content

Commit bf53794

Browse files
committed
Update CSS
1 parent 3f8c4e7 commit bf53794

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

public_html/css/app.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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: 40px 0;
2311+
padding: 10px 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
}

0 commit comments

Comments
 (0)