fixed => scroll

This commit is contained in:
Thomas Smith 2022-10-24 15:57:51 -04:00
parent 3924d0d37f
commit 76c7d89cc1

View file

@ -225,10 +225,11 @@ mark{
.hero-section{
background-image: url("/Images/large-grid.svg");
background-attachment: fixed;
background-attachment: scroll;
background-position: top;
background-repeat: repeat;
background-size: contain; }
background-size: cover;
}
.metric-block{
padding: 4.185vw;
@ -261,10 +262,10 @@ mark{
.hero-section{
background-image: url("/Images/large-grid.svg");
background-attachment: fixed;
background-attachment: scroll;
background-position: top;
background-repeat: repeat;
background-size: contain;
background-size: cover;
}
.metric-block{
@ -297,7 +298,7 @@ mark{
.hero-section{
background-image: url("/Images/medium-grid.svg");
background-attachment: fixed;
background-attachment: scroll;
background-position: top;
background-repeat: repeat;
background-size: cover;