File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.content {
22 height : 500px ;
3+ overflow : hidden ;
34
45 @media only screen and (max-width : 767.99px ) {
56 height : auto ;
7+ overflow : visible ;
68 }
79}
Original file line number Diff line number Diff line change 7777
7878 50% {
7979 opacity : 0 ;
80- top : -30 px ;
80+ top : -44 px ;
8181 }
8282
8383 83.3% {
8484 opacity : 0 ;
85- top : 30 px ;
85+ top : 44 px ;
8686 }
8787
8888 100% {
9595@keyframes showAndHide1 {
9696 0% {
9797 opacity : 0 ;
98- top : 30 px ;
98+ top : 44 px ;
9999 }
100100
101101 33.3% {
102102 opacity : 0 ;
103- top : 30 px ;
103+ top : 44 px ;
104104 }
105105
106106 50% {
115115
116116 100% {
117117 opacity : 0 ;
118- top : -30 px ;
118+ top : -44 px ;
119119 }
120120}
Original file line number Diff line number Diff line change 359359 }
360360
361361 .notifications {
362- width : 100% ;
362+ left : 4.5% ;
363+ width : calc (100% - 9% );
364+ margin-left : 0 ;
363365 display : block ;
364366 bottom : 20px ;
365367 height : 48px ;
Original file line number Diff line number Diff line change 187187 height : 128px ;
188188 box-sizing : border-box ;
189189 padding : 0 4.5% ;
190+ overflow : hidden ;
190191 }
191192
192193 .teaser {
You can’t perform that action at this time.
0 commit comments