← All changes
|
modules/subscriptions/subscribe-modal/subscribe-modal.css
+2
-1
13.7.2
→
16.3-a.1
View file →
| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | transition: all 0.4s; |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | .jetpack-subscribe-modal.open { |
| 19 | - background-color: rgba(0,0,0,0.3); | |
| 19 | + background-color: rgba(0, 0, 0, 0.3); | |
| 20 | 20 | visibility: visible; |
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | .jetpack-subscribe-modal__modal-content { |
| @@ -50,8 +50,9 @@ | ||
| 50 | 50 | text-wrap: pretty; |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | @media screen and (max-width: 640px) { |
| 54 | + | |
| 54 | 55 | .jetpack-subscribe-modal__modal-content { |
| 55 | 56 | width: 94%; |
| 56 | 57 | } |
| 57 | 58 | } |