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:
Mario Vavti
2016-12-20 11:37:57 +01:00
parent 66e84b68fc
commit 6491e30a80
4 changed files with 37 additions and 20 deletions

View File

@@ -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;
}