色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

在使用反應式網頁設計時,我如何防止空白空間的形成?

吉茹定1年前9瀏覽0評論

enter image description hereenter image description here

我嘗試了在這個網站上找到的各種解決方案。 我期待從反應式網頁設計中得到更好的回應。

這是我自定義的CSS

.active.home {

  visibility: hidden

    /*nasconde la casetta dell'home*/

}

footer .mg-footer-copyright p, footer .mg-footer-copyright a {

    color: #aaaed1;

  white-space: nowrap

    }

}

 header .mg-nav-widget-area-back .inner {

    width: 100%;

    padding: 90px 0;

}

@media only screen and (max-width: 600px){

  #menu-menu.nav.navbar-nav.mr-auto{

    }

footer .mg-footer-copyright p, footer .mg-footer-copyright a {

    white-space:normal

  }

}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover, input[type="submit"]:focus, input[type="reset"]:focus, button:focus {

    background: #360a01;

    border-color: #360a01;

    color: #fff;

}

h2, .h2 {

    font-size: 32px;

    line-height: 35px;

    color: black;

}

.mg-search-box .btn {

    background: #5c1203;

    border-color: #5c1203;

    color: #fff;

}

/*

.wrapper {

    background-color: black;

  CORALLO

}

*/

.mg-nav-widget-area-back .inner {

    width: 100%;

    padding: 117px 0;

}

}

.mg-nav-widget-area-back {

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}

.owl-carousel .owl-controls .owl-buttons div:hover{ 

    background: #5c1203;

    border-color: #5c1203;

    color:#fff}

.mg-breadcrumb-title h1 {

    color: #5c1203;

}

@media only screen and (max-width: 600px){

  #menu-menu.nav.navbar-nav.mr-auto{

    }

 header .mg-nav-widget-area-back .inner {

    width: 100%;

    padding: 30px 0;

   display: none

}

    white-space:normal

  }

.mg-sidebar .mg-widget ul li:last-child {

    border: none;

  

  font-weight:bold

}

.mg-sidebar a {

    transition: all 0.3s ease 0s;

  font-weight: normal

}

.widget_meta > ul > li:nth-last-child(1) {

     display: none; 

}

.widget_meta > ul > li:nth-last-child(2) {

     display: none; 

  }

@media only screen

.mg-social .info-right

  display:none

}