mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Update scrolling-hackathons.js
This commit is contained in:
parent
be61d1f5c0
commit
3073ed486b
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ function EventCard({
|
|||
display: invisible ? 'none' : 'flex',
|
||||
px: 4,
|
||||
mx: 4,
|
||||
borderRadius: 'extra'
|
||||
borderRadius: 'extra',
|
||||
width: '500px'
|
||||
}}
|
||||
style={{
|
||||
backgroundImage: `linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.375) 75%), url('${banner}')`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue