@meduza/ui-kit-2 0.1.88 → 0.1.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.88",
2
+ "version": "0.1.90",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -129,10 +129,12 @@
129
129
  }
130
130
 
131
131
  .center {
132
- width: 100%;
133
- max-width: 650px;
134
- margin-right: auto;
135
- margin-left: auto;
132
+ @media $mobile {
133
+ width: 100%;
134
+ max-width: 650px;
135
+ margin-right: auto;
136
+ margin-left: auto;
137
+ }
136
138
  }
137
139
 
138
140
  .isInCard,
@@ -17,15 +17,15 @@ export const DonatesTeaser: React.FC<DonatesTeaserProps> = ({
17
17
 
18
18
  const data = {
19
19
  ru: {
20
- title:
21
- 'Вы&nbsp;читали &laquo;Медузу&raquo;. Вы&nbsp;слушали &laquo;Медузу&raquo;. Вы&nbsp;смотрели &laquo;Медузу&raquo;',
22
- subtitle: 'Помогите&nbsp;нам спасти &laquo;Медузу&raquo;',
20
+ title: 'Вы&nbsp;совершили чудо ',
21
+ subtitle:
22
+ '&laquo;Медуза&raquo; продолжает работать, потому что есть&nbsp;вы',
23
23
  button: 'Дать денег',
24
24
  href: 'https://support.meduza.io'
25
25
  },
26
26
  en: {
27
- title: 'You read Meduza. You listen to&nbsp;Meduza. You follow Meduza',
28
- subtitle: 'Help save Meduza',
27
+ title: 'Meduza is you.<br/>',
28
+ subtitle: 'We’re only here thanks to you.',
29
29
  button: 'Pledge today',
30
30
  href: 'https://support.meduza.io/en'
31
31
  }