mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:55:07 +03:00
More work on grid system
This commit is contained in:
parent
9fe4d506ec
commit
3924d0d37f
2 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue