mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
fix css
This commit is contained in:
parent
91cda276cb
commit
745cbd8c7c
1 changed files with 2 additions and 4 deletions
|
|
@ -234,7 +234,6 @@ const Join = ({ fold, last, showForm, setForm, formSent, setFormSent }) => {
|
|||
textDecoration: 'none',
|
||||
backgroundColor: '#FF5C00',
|
||||
cursor: 'pointer',
|
||||
|
||||
color: '#FAEFD6',
|
||||
width: 'fit-content',
|
||||
paddingX: ['8px', '10px', '15px'],
|
||||
|
|
@ -271,11 +270,9 @@ const Join = ({ fold, last, showForm, setForm, formSent, setFormSent }) => {
|
|||
color: '#FAEFD6',
|
||||
width: 'fit-content',
|
||||
paddingX: ['8px', '10px', '15px'],
|
||||
paddingY: ['5px', '7px', '10px'],
|
||||
fontSize: ['24px', '27px', '30px'],
|
||||
borderRadius: '5px',
|
||||
textAlign: 'center',
|
||||
|
||||
// margin: 'auto',
|
||||
// mt: 3,
|
||||
zIndex: 2
|
||||
|
|
@ -300,7 +297,8 @@ const Join = ({ fold, last, showForm, setForm, formSent, setFormSent }) => {
|
|||
color: '#FF5C00',
|
||||
width: 'fit-content',
|
||||
paddingX: ['8px', '10px', '15px'],
|
||||
paddingY: ['5px', '7px', '10px'],
|
||||
paddingTop: ['5px', '7px', '10px'],
|
||||
paddingBottom: ['5px', '7px', '7px'],
|
||||
fontSize: ['24px', '27px', '30px'],
|
||||
borderRadius: '5px',
|
||||
textAlign: 'center',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue