File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5900,6 +5900,9 @@ nav {
5900
5900
.main-background {
5901
5901
background-image : url ("../../img/bg_blue.jpg" );
5902
5902
background-repeat : no-repeat;
5903
+ -webkit-background-size : cover;
5904
+ -moz-background-size : cover;
5905
+ -o-background-size : cover;
5903
5906
background-size : cover;
5904
5907
background-color : # 1786b9 ;
5905
5908
position : fixed;
Original file line number Diff line number Diff line change @@ -203,7 +203,10 @@ nav{
203
203
.main-background {
204
204
background-image : url(" ../../img/bg_blue.jpg" ) ;
205
205
background-repeat : no-repeat ;
206
- background-size : cover ;
206
+ -webkit-background-size : cover ;
207
+ -moz-background-size : cover ;
208
+ -o-background-size : cover ;
209
+ background-size : cover ;
207
210
background-color : @brand-primary ;
208
211
position : fixed ;
209
212
left :0 ;
You can’t perform that action at this time.
0 commit comments