|
@@ -37,6 +37,9 @@ h6,
|
|
}
|
|
}
|
|
#content h2 {
|
|
#content h2 {
|
|
padding: 0.5em 0em 0.3em 0em;
|
|
padding: 0.5em 0em 0.3em 0em;
|
|
|
|
+ /* Desktop click-to-scroll margin/padding fixes */
|
|
|
|
+ padding-top: 2em !important;
|
|
|
|
+ margin-top: -2em !important;
|
|
}
|
|
}
|
|
#content h3 {
|
|
#content h3 {
|
|
padding: 0.7em 0em 0.3em 0em;
|
|
padding: 0.7em 0em 0.3em 0em;
|
|
@@ -587,6 +590,13 @@ ol.breadcrumb > li:last-child > a {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /* Mobile click-to-scroll margin/padding fixes */
|
|
|
|
+ #content h2 {
|
|
|
|
+ padding: 0.5em 0em 0.3em 0em;
|
|
|
|
+ padding-top: 13.5em !important;
|
|
|
|
+ margin-top: -13.5em !important;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
/* Container responsiveness fixes to maximise realestate expenditure */
|
|
/* Container responsiveness fixes to maximise realestate expenditure */
|