немного адаптированы размеры шрифтов при разрешении >2000px, fix padding

This commit is contained in:
DmitriyB
2022-07-27 18:25:46 +05:00
parent ac5a8b6c76
commit f74bfd8f56
3 changed files with 26 additions and 10 deletions
-1
View File
@@ -16,7 +16,6 @@ export const PinkButton:React.FC<TProps> = React.memo((props) => {
})
}, [])
return <button
onMouseLeave={() => console.log('fuck')}
style={{width: props.width ? props.width : '', ...styles}}
className="main-part-text-button"
onClick={() => {