Add files via upload
This commit is contained in:
parent
11f39398f6
commit
2414c23c90
|
|
@ -227,9 +227,9 @@
|
||||||
|
|
||||||
.hero-art {
|
.hero-art {
|
||||||
position: relative;
|
position: relative;
|
||||||
aspect-ratio: 16/10;
|
aspect-ratio: 16/16;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
background: linear-gradient(180deg, rgba(18,255,157,.18), rgba(18,255,157,.05) 30%, rgba(0,0,0,.2) 70%), url('https://images.unsplash.com/photo-1519681393784-d120267933ba?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
|
background: url('img/mainmenu.png') center/cover no-repeat;
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
border: 1px solid rgba(255,255,255,.06)
|
border: 1px solid rgba(255,255,255,.06)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue