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