mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Adjust order on mobile
This commit is contained in:
parent
dc28d5f93c
commit
92c1512cea
1 changed files with 6 additions and 8 deletions
|
|
@ -269,9 +269,8 @@ export default () => (
|
|||
loop
|
||||
sx={{
|
||||
width: '100%',
|
||||
borderRadiusBottomLeft: 'default',
|
||||
borderRadiusBottomRight: 'default',
|
||||
mt: '-2px'
|
||||
borderBottomLeftRadius: 'default',
|
||||
borderBottomRightRadius: 'default'
|
||||
}}
|
||||
>
|
||||
Clip from our Chris Cox AMA
|
||||
|
|
@ -292,14 +291,13 @@ export default () => (
|
|||
alt="Students going wild on a Zoom call"
|
||||
sx={{
|
||||
width: '100%',
|
||||
borderRadiusBottomLeft: 'default',
|
||||
borderRadiusBottomRight: 'default',
|
||||
mt: '-2px'
|
||||
borderBottomLeftRadius: 'default',
|
||||
borderBottomRightRadius: 'default'
|
||||
}}
|
||||
/>
|
||||
</Window>
|
||||
</Slide>
|
||||
<div>
|
||||
<Box sx={{ gridRow: ['1', 'initial'] }}>
|
||||
<Heading as="h3" variant="headline" my={0}>
|
||||
Student-run workshops every week on coding, cooking, drawing,
|
||||
everything.
|
||||
|
|
@ -307,7 +305,7 @@ export default () => (
|
|||
<CardLink href="https://youtu.be/Xy_owni1ZVk">
|
||||
Watch a recent live-code
|
||||
</CardLink>
|
||||
</div>
|
||||
</Box>
|
||||
<div>
|
||||
<Heading as="h3" variant="headline" my={0}>
|
||||
Sharpen your coding skills in online hackathons like the{' '}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue