More work on grid system

This commit is contained in:
Thomas Smith 2022-10-24 15:54:03 -04:00
parent 9fe4d506ec
commit 3924d0d37f
2 changed files with 6 additions and 6 deletions

View file

@ -182,9 +182,9 @@ mark{
.statistics{
background-image: url("/Images/x-large-stats-grid.svg");
background-attachment: scroll;
background-attachment: fixed;
background-position: top;
background-repeat: repeat-y;
background-repeat: repeat;
background-size: cover;
}
@ -210,8 +210,8 @@ mark{
.partners{
background-image: url("/Images/x-large-grid.svg");
background-attachment: fixed;
background-repeat: repeat-y;
background-attachment: scroll;
background-repeat: repeat;
background-size: cover;
}

View file

@ -22,6 +22,6 @@
padding-bottom: 0vw !important;
background-image: url("/Images/x-large-grid.svg");
background-attachment: scroll;
background-repeat: repeat-y;
background-size: cover;
background-repeat: repeat;
background-size: contain;
}