Difference between revisions of "Template:NCKU Tainan/css/human practice"

Line 14: Line 14:
 
     margin-bottom: 30px;
 
     margin-bottom: 30px;
 
}
 
}
ol.carousel-indicators {
+
.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {
     margin-left: 0;
+
     margin: 0.3em 0 0 0;
 
}
 
}

Revision as of 08:36, 24 July 2018

.carousel-item {

 height: 100vh;
 min-height: 300px;
 background: no-repeat center center scroll;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;

} .card.h-100 {

   background-color: gray;

} .portfolio-item {

   margin-bottom: 30px;

} .mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {

   margin: 0.3em 0 0 0;

}