some changes to heading sizes to make some sense in the doco (this will undergo some refinement in the next release cycle when we possibly upgrade to bootstrap 4) and get rid of the accordion for now.
This commit is contained in:
@@ -42,18 +42,32 @@ main {
|
||||
max-width: $main_widthpx;
|
||||
}
|
||||
|
||||
h1, .h1, h2, .h2 {
|
||||
h1, .h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h2, .h2 {
|
||||
font-size: 1.667em;
|
||||
}
|
||||
|
||||
h3, .h3, h4, .h4 {
|
||||
h3, .h3 {
|
||||
font-size: 1.334em;
|
||||
}
|
||||
|
||||
h5, .h5, h6, .h6 {
|
||||
font-size: 0.75rem;
|
||||
h4, .h4 {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h5, .h5 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
h6, .h6 {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
|
||||
.jslider {
|
||||
font-family: sans-serif, arial, freesans;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user