Merge branch 'main' of https://git.zetcraft.ru/FichaHackaton/FichaFrontend
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 49s
Create and publish a Docker image / Deploy image (push) Successful in 4s

This commit is contained in:
VITALY-VORON 2023-08-26 12:41:45 +03:00
commit 609f5bba92

View File

@ -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"