File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ body {
259259 display : none;
260260 }
261261 .cstm_bottom .divider-05 {
262- bottom : -7 % ;
262+ bottom : -1.5 % ;
263263 }
264264}
265265
@@ -270,11 +270,14 @@ body {
270270 .cstm_bottom .divider-04 {
271271 bottom : -6% ;
272272 }
273+ .cstm_bottom .divider-05 {
274+ bottom : -1% ;
275+ }
273276}
274277
275278@media screen and (max-width : 1100px ) {
276279 .cstm_bottom .divider-05 {
277- bottom : -5 % ;
280+ bottom : -1 % ;
278281 }
279282
280283 .cstm_bottom .divider-04 {
@@ -308,7 +311,7 @@ body {
308311
309312@media screen and (max-width : 800px ){
310313 .cstm_bottom .divider-05 {
311- bottom : -3 % ;
314+ display : none ;
312315 }
313316}
314317
@@ -329,7 +332,7 @@ body {
329332 }
330333
331334 .cstm_bottom .divider-05 {
332- bottom : -2 % ;
335+ display : none ;
333336 }
334337}
335338@media screen and (max-width : 450px ){
@@ -350,7 +353,7 @@ body {
350353 }
351354
352355 .cstm_bottom .divider-05 {
353- bottom : -1 % ;
356+ display : none ;
354357 }
355358}
356359
@@ -363,10 +366,6 @@ body {
363366 .cstm_bottom .divider-04 {
364367 bottom : -1% ;
365368 }
366-
367- .cstm_bottom .divider-04 {
368- bottom : -1% ;
369- }
370369}
371370
372371@media screen and (max-width : 768px ) {
You can’t perform that action at this time.
0 commit comments