Changes

1,172 bytes added ,  11:21, 12 September 2018
no edit summary
Line 133: Line 133:  
     #left-navigation #p-namespaces ul li:first-of-type a:last-of-type {
 
     #left-navigation #p-namespaces ul li:first-of-type a:last-of-type {
 
         display:none !important
 
         display:none !important
 +
    }
 +
}
 +
 +
@media screen and (max-width: 1200px) {
 +
    .qa-custom-links-section {
 +
        flex-basis: 50%;
 +
    }
 +
}
 +
 +
@media screen and (max-width: 570px) {
 +
    .qa-custom-links-section {
 +
        flex-basis: 50%;
 +
        margin-bottom: 1em;
 +
    }
 +
    .qam-footer-box {
 +
        padding-top: 30px;
 +
        padding-bottom: 30px;
 +
    }
 +
}
 +
 +
@media screen and (max-width: 740px) {
 +
    .qa-footer-bottom {
 +
        justify-content: center;
 +
    }
 +
    .qa-social {
 +
        margin-bottom: 1em;
 +
    }
 +
    .qa-social .qa-footer a  {
 +
        margin-left: 18px;
 +
    }
 +
    .qa-copyright {
 +
        order: 2;
 +
        width: 100%;
 +
        text-align: center;
 +
    }
 +
}
 +
 +
@media screen and (max-width: 540px) {
 +
    .qa-custom-links-section-title {
 +
        font-size: 14px;
 +
    }
 +
    .qa-custom-links-section li {
 +
        font-size: 12px;
 +
    }
 +
    .qa-social {
 +
        float: none;
 +
        text-align: center;
 +
    }
 +
    .qa-social-title {
 +
        display: none;
 +
    }
 +
    .qa-footer a + a {
 +
        margin-left: 12px;
 +
    }
 +
    .qa-footer a {
 +
        margin-left: 0;
 +
        font-size: 12px;
 +
    }
 +
   
 +
    .qa-copyright {
 +
        display: block;
 +
        text-align: center;
 +
        font-size: 12px;
 
     }
 
     }
 
}
 
}

Navigation menu