mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Fix Hackathon card background
This commit is contained in:
parent
82f18e21f7
commit
659830091f
1 changed files with 2 additions and 1 deletions
|
|
@ -113,7 +113,8 @@ function EventCard({
|
|||
}}
|
||||
style={{
|
||||
backgroundImage: `linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.375) 75%), url('${banner}')`,
|
||||
textAlign: 'center'
|
||||
textAlign: 'center',
|
||||
backgroundSize: 'cover'
|
||||
}}
|
||||
>
|
||||
<Badge
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue