safari ticker position issues; bkg path issues

This commit is contained in:
Spencer Flagg
2022-10-07 18:07:09 +02:00
parent 44ee58ac5e
commit a2cde8ba4c
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

View File

@@ -19,7 +19,7 @@
body, .ScrollSmoother-wrapper {
margin: 0;
background: linear-gradient(0deg, var(--c-bkg), var(--c-bkg)),
url("../../assets/images/bkg.jpg");
url("../images/bkg.jpg");
background-blend-mode: color, normal;
background-size: cover;
background-attachment: fixed;

View File

@@ -330,13 +330,13 @@ nav {
@media screen and (min-width: 900px) {
#be-your-own {
--rows-above: 3 !important;
--rows-above: 2 !important;
}
}
@media screen and (max-width: 1300px) {
#be-your-own {
--rows-above: 2 !important;
--rows-above: 1 !important;
}
}
}