Fix content overlapping footer on /people/* pages
Also, add executable permissions to gradlew Known side-effects: * "Centre was created..." on the home page now takes a little bit more vertical space
This commit is contained in:
parent
3896c13136
commit
a6836c8516
File diff suppressed because it is too large
Load Diff
@ -3,14 +3,10 @@
|
|||||||
html5up.net | @ajlkn
|
html5up.net | @ajlkn
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Banner */
|
/* Banner */
|
||||||
|
body.is-preload #banner:after {
|
||||||
body.is-preload #banner:after {
|
opacity: 0.85; }
|
||||||
opacity: 0.85;
|
body.is-preload #banner > .inner {
|
||||||
}
|
|
||||||
|
|
||||||
body.is-preload #banner > .inner {
|
|
||||||
-moz-filter: none;
|
-moz-filter: none;
|
||||||
-webkit-filter: none;
|
-webkit-filter: none;
|
||||||
-ms-filter: none;
|
-ms-filter: none;
|
||||||
@ -19,5 +15,6 @@
|
|||||||
-webkit-transform: none;
|
-webkit-transform: none;
|
||||||
-ms-transform: none;
|
-ms-transform: none;
|
||||||
transform: none;
|
transform: none;
|
||||||
opacity: 1;
|
opacity: 1; }
|
||||||
}
|
|
||||||
|
/*# sourceMappingURL=noscript.css.map */
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: _size(inner);
|
max-width: _size(inner);
|
||||||
width: calc(100% - 6em);
|
width: calc(100% - 6em);
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
@include breakpoint('<=small') {
|
@include breakpoint('<=small') {
|
||||||
@include padding(3em, 0);
|
@include padding(3em, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user