Difference between revisions of "Template:Onboarding-css"
Jump to navigation
Jump to search
(Created page with "{{#css: <!-- LAYOUT --> .section{ max-width: 100%; line-height: 1.6; margin-bottom: 40px; } .row{ display: flex; flex-wrap: wrap; max-width: 100%; line-height: 1.6;...") |
m (added scrollbar @desktop) |
||
Line 72: | Line 72: | ||
.col-lg-10 { flex: 0 0 80%; max-width: 80%; } | .col-lg-10 { flex: 0 0 80%; max-width: 80%; } | ||
.section p { padding-top: 10px; } | .section p { padding-top: 10px; } | ||
+ | .navContainer::-webkit-scrollbar{ color: #6D4E86 !important;} | ||
} | } | ||