mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Merge pull request #1182 from hackclub/sampoder-patch-2
"Board & Advisors"
This commit is contained in:
commit
ee97d2446c
1 changed files with 4 additions and 5 deletions
|
|
@ -60,16 +60,15 @@ export default function Team({ team }) {
|
|||
>
|
||||
<Text
|
||||
variant="headline"
|
||||
my={[0, 0, 3]}
|
||||
as="h3"
|
||||
sx={{
|
||||
textAlign: 'center',
|
||||
fontSize: 4,
|
||||
fontSize: 3,
|
||||
writingMode: [null, null, null, 'vertical-rl'],
|
||||
mr: [0, 0, 0, 2],
|
||||
mr: [0, 0, 0, 1],
|
||||
transform: [null, null, null, 'rotate(180deg)'],
|
||||
width: ['100%', null, null, 'fit-content'],
|
||||
marginBottom: [
|
||||
my: [
|
||||
'0px!important',
|
||||
'0px!important',
|
||||
'0px!important',
|
||||
|
|
@ -77,7 +76,7 @@ export default function Team({ team }) {
|
|||
]
|
||||
}}
|
||||
>
|
||||
Our Board
|
||||
Board & Advisors
|
||||
</Text>
|
||||
<Box sx={{ flexGrow: 1 }}>
|
||||
<Grid columns={[1, null, 2]} gap={2} mb={2}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue