remove excessive footer space
This commit is contained in:
@@ -54,7 +54,7 @@ limitations under the License.
|
||||
grid-template-areas: "logo buttons layout";
|
||||
align-items: center;
|
||||
gap: var(--cpd-space-3x);
|
||||
padding-block: var(--cpd-space-4x);
|
||||
padding-block: var(--cpd-space-2x);
|
||||
padding-inline: var(--inline-content-inset);
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
@@ -85,13 +85,13 @@ limitations under the License.
|
||||
|
||||
@media (min-height: 400px) {
|
||||
.footer {
|
||||
padding-block: var(--cpd-space-10x);
|
||||
padding-block: var(--cpd-space-1x);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-height: 800px) {
|
||||
.footer {
|
||||
padding-block: var(--cpd-space-15x);
|
||||
padding-block: var(--cpd-space-1x);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -102,8 +102,8 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.footerThin {
|
||||
padding-top: var(--cpd-space-3x);
|
||||
padding-bottom: var(--cpd-space-5x);
|
||||
padding-top: var(--cpd-space-1x);
|
||||
padding-bottom: var(--cpd-space-1x);
|
||||
}
|
||||
|
||||
.footerHidden {
|
||||
|
||||
Reference in New Issue
Block a user