justify text on landing page
This commit is contained in:
parent
58a4f59fd8
commit
23ef0c8d9d
|
@ -71,8 +71,8 @@ class Landing extends Component {
|
||||||
className = 'landing__logo'
|
className = 'landing__logo'
|
||||||
src = '/images/logo-blue.svg' />
|
src = '/images/logo-blue.svg' />
|
||||||
<p className = 'landing__text'>
|
<p className = 'landing__text'>
|
||||||
You need <strong>Meet Jitsi</strong>
|
You need <strong>Meet Jitsi</strong> to
|
||||||
to join a conversation on your mobile
|
join a conversation on your mobile
|
||||||
</p>
|
</p>
|
||||||
<a href = { links[platform] }>
|
<a href = { links[platform] }>
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in New Issue