Фикс карточек
This commit is contained in:
parent
60416a13af
commit
360bd2248e
@ -82,14 +82,13 @@ const Tinder = (props) => {
|
|||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
height: '150px',
|
height: '150px',
|
||||||
width: '100%',
|
|
||||||
}}>
|
}}>
|
||||||
<h3 className="noselect text">{card.question}</h3>
|
<h3 className="noselect text">{card.question}</h3>
|
||||||
<div style={{
|
<div style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
marginLeft: '3px',
|
marginLeft: '18px',
|
||||||
marginRight: '3px',
|
marginRight: '18px',
|
||||||
}}>
|
}}>
|
||||||
<button
|
<button
|
||||||
className="noselect"
|
className="noselect"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user