Difference between revisions of "Template:Onboarding-css"

From wiki
Jump to navigation Jump to search
m
m
 
(5 intermediate revisions by the same user not shown)
Line 33: Line 33:
 
flex-direction: column;
 
flex-direction: column;
 
min-width: 0;
 
min-width: 0;
word-wrap: normal;
+
word-wrap: break-word;
 
background-clip: border-box;
 
background-clip: border-box;
padding: 0rem 1.5rem 0rem 1.5rem;
+
padding: 1rem 1.5rem 0.5rem 1.5rem;
 
}
 
}
  
Line 42: Line 42:
 
padding: 10px;  
 
padding: 10px;  
 
}
 
}
 +
#checklist ul{ padding-bottom:10px;}
  
 
<!-- LAYOUT... MOBILE -->
 
<!-- LAYOUT... MOBILE -->
 
@media (max-width: 576px) {
 
@media (max-width: 576px) {
 
.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
 
.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
.card { padding-top: 22px !important; padding-bottom: 12px !important; padding-left: 0 !important;
+
.card { padding-top: 22px !important; padding-bottom: 12px !important; padding-left: 5px !important;
padding-right: 0 !important; }
+
padding-right: 5px !important; }
 
.card-body { padding: 0 !important; }
 
.card-body { padding: 0 !important; }
 
.section { margin-left: -10px; margin-bottom: 30px; }
 
.section { margin-left: -10px; margin-bottom: 30px; }

Latest revision as of 16:55, 21 October 2021