Updated background
This commit is contained in:
parent
9339115a3a
commit
60cff9a216
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
.body
|
||||
color: vars.$textColor
|
||||
font-family: fonts.$Roboto
|
||||
background-image: url('/src/assets/images/svg/background.svg')
|
||||
background-image: url('/src/assets/images/optimized/background.avif'), url('/src/assets/images/optimized/background.webp')
|
||||
position: absolute
|
||||
top: 0
|
||||
left: 0
|
||||
|
|
@ -16,6 +16,10 @@
|
|||
opacity: 1
|
||||
background-attachment: fixed
|
||||
|
||||
// @media only screen and (max-width: views.$mobile)
|
||||
// background-image: url('/src/assets/images/svg/background-mobile.svg')
|
||||
// height: 100%
|
||||
|
||||
.close-text
|
||||
padding: 3rem 0 0 0
|
||||
font-size: 0.75rem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue