|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
.footer {
|
|
.footer {
|
|
|
color: $footer-link-color;
|
|
color: $footer-link-color;
|
|
|
- padding: 5rem 0 1rem 0;
|
|
|
|
|
|
|
+ padding: 1rem 0 1rem 0;
|
|
|
font-size: $font-size-sm;
|
|
font-size: $font-size-sm;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
width: 98%; /* was causing horiz scrollbars - need to examine */
|
|
width: 98%; /* was causing horiz scrollbars - need to examine */
|
|
@@ -38,6 +38,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+// Keeping footer inside the graphic on Login screen
|
|
|
.login-page {
|
|
.login-page {
|
|
|
.footer {
|
|
.footer {
|
|
|
bottom: $spacer;
|
|
bottom: $spacer;
|