forked from SPC/spc-site
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:
File diff suppressed because it is too large
Load Diff
@@ -3,21 +3,18 @@
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
*/
|
||||
|
||||
/* Banner */
|
||||
body.is-preload #banner:after {
|
||||
opacity: 0.85; }
|
||||
body.is-preload #banner > .inner {
|
||||
-moz-filter: none;
|
||||
-webkit-filter: none;
|
||||
-ms-filter: none;
|
||||
filter: none;
|
||||
-moz-transform: none;
|
||||
-webkit-transform: none;
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 1; }
|
||||
|
||||
body.is-preload #banner:after {
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
body.is-preload #banner > .inner {
|
||||
-moz-filter: none;
|
||||
-webkit-filter: none;
|
||||
-ms-filter: none;
|
||||
filter: none;
|
||||
-moz-transform: none;
|
||||
-webkit-transform: none;
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 1;
|
||||
}
|
||||
/*# sourceMappingURL=noscript.css.map */
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
margin: 0 auto;
|
||||
max-width: _size(inner);
|
||||
width: calc(100% - 6em);
|
||||
overflow: auto;
|
||||
|
||||
@include breakpoint('<=small') {
|
||||
@include padding(3em, 0);
|
||||
@@ -72,4 +73,4 @@
|
||||
@import 'layout/contact';
|
||||
@import 'layout/footer';
|
||||
@import 'layout/wrapper';
|
||||
@import 'layout/menu';
|
||||
@import 'layout/menu';
|
||||
|
||||
Reference in New Issue
Block a user