| @@ -22,12 +22,8 @@ | ||
| 22 | 22 | .e-a-apps .e-a-page-footer { |
| 23 | 23 | margin: 60px auto; |
| 24 | 24 | text-align: center; |
| 25 | 25 | } |
| 26 | -.e-a-apps .e-a-page-footer p { | |
| 27 | - max-width: 1200px; | |
| 28 | - margin: auto; | |
| 29 | -} | |
| 30 | 26 | .e-a-apps .e-a-list { |
| 31 | 27 | display: grid; |
| 32 | 28 | grid-gap: 30px; |
| 33 | 29 | grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); |
| @@ -53,9 +49,9 @@ | ||
| 53 | 49 | .e-a-apps .e-a-heading .e-a-img { |
| 54 | 50 | border-radius: var(--e-a-border-radius); |
| 55 | 51 | width: 70px; |
| 56 | 52 | display: flex; |
| 57 | - margin-block-end: 20px; | |
| 53 | + margin-bottom: 20px; | |
| 58 | 54 | } |
| 59 | 55 | .e-a-apps .e-a-heading .e-a-badge { |
| 60 | 56 | background: #ECFDF5; |
| 61 | 57 | color: #047857; |
| @@ -84,9 +80,9 @@ | ||
| 84 | 80 | display: flex; |
| 85 | 81 | justify-content: space-between; |
| 86 | 82 | align-items: center; |
| 87 | 83 | width: 100%; |
| 88 | - margin-block-start: 20px; | |
| 84 | + margin-top: 20px; | |
| 89 | 85 | } |
| 90 | 86 | .e-a-apps .e-a-actions a { |
| 91 | 87 | text-decoration: none; |
| 92 | 88 | } |