Changes

Jump to navigation Jump to search
118 bytes added ,  16:01, 11 November 2016
m
no edit summary
Line 659: Line 659:  
@media screen and (max-width: 740px) {
 
@media screen and (max-width: 740px) {
 
     .responsiveadtop {
 
     .responsiveadtop {
         margin-top:25px;
+
         margin-top:25px !important;
 
     }
 
     }
 
}
 
}
Line 673: Line 673:  
     div#footer ul {
 
     div#footer ul {
 
         padding-left: 15px;
 
         padding-left: 15px;
 +
    }
 +
}
 +
 +
@media screen and (max-width: 430px) {
 +
    .responsiveadtop {
 +
        margin-top:65px !important;
 
     }
 
     }
 
}
 
}

Navigation menu