fixed bg again
This commit is contained in:
parent
3f05f67ad6
commit
1a8438c510
|
|
@ -225,8 +225,7 @@
|
|||
src: url('Helvetica.ttf') format('truetype'), ;
|
||||
font-style: normal;
|
||||
background-color: rgb(49, 107, 223);
|
||||
width: 100%;
|
||||
height: 103%;
|
||||
height: 100%;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
@ -235,13 +234,13 @@
|
|||
animation-duration: 50s;
|
||||
animation-iteration-count: infinite;
|
||||
background: url('../img/animated.png');
|
||||
background-position: center 100%;
|
||||
background-position: center bottom;
|
||||
background-repeat: repeat-x;
|
||||
background-attachment: fixed;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 35px;
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 0px;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue