mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 10:21:54 +00:00
safari ticker position issues; bkg path issues
This commit is contained in:
BIN
src/assets/images/pro-1_no_background.png
Normal file
BIN
src/assets/images/pro-1_no_background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
BIN
src/assets/images/pro-2_no_background.png
Normal file
BIN
src/assets/images/pro-2_no_background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user