mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +02:00
Fix background height
This commit is contained in:
parent
0b5a905ae6
commit
4318758e36
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,8 @@
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
|
||||||
@media (pointer: coarse), (pointer: none) {
|
@media (pointer: coarse), (pointer: none) {
|
||||||
height: 700px;
|
height: 700px;
|
||||||
|
@ -34,7 +36,6 @@
|
||||||
.heroSectionBg {
|
.heroSectionBg {
|
||||||
/*background: radial-gradient(ellipse at top left, #1f0ba659, transparent),
|
/*background: radial-gradient(ellipse at top left, #1f0ba659, transparent),
|
||||||
radial-gradient(ellipse at bottom right, #4a086829, transparent);*/
|
radial-gradient(ellipse at bottom right, #4a086829, transparent);*/
|
||||||
margin-top: -100px;
|
|
||||||
|
|
||||||
background: linear-gradient(45deg, #000850 0%, #000320 100%),
|
background: linear-gradient(45deg, #000850 0%, #000320 100%),
|
||||||
radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%),
|
radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%),
|
||||||
|
|
Loading…
Add table
Reference in a new issue