make footer expand to fill empty vertical space
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b26824efa8
commit
fd2e637e92
@ -1,7 +1,7 @@
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"margin":{"top":"var:preset|spacing|80"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"secondary","textColor":"background","layout":{"type":"constrained"},"fontSize":"small"} -->
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"margin":{"top":"var:preset|spacing|70"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"secondary","textColor":"background","className":"footer","layout":{"type":"constrained"},"fontSize":"small"} -->
|
||||
<div
|
||||
class="wp-block-group has-background-color has-secondary-background-color has-text-color has-background has-link-color has-small-font-size"
|
||||
style="margin-top:var(--wp--preset--spacing--80);padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
|
||||
class="wp-block-group footer has-background-color has-secondary-background-color has-text-color has-background has-link-color has-small-font-size"
|
||||
style="margin-top:var(--wp--preset--spacing--70);padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
|
||||
<!-- wp:columns -->
|
||||
<div class="wp-block-columns"><!-- wp:column {"width":"15%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:15%"></div>
|
||||
|
18
style.css
18
style.css
@ -21,6 +21,16 @@ Use it to make something cool, have fun, and share what you've learned
|
||||
with others.
|
||||
*/
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wp-site-blocks{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wp-site-blocks h2 {
|
||||
display: flex;
|
||||
height: 36px;
|
||||
@ -69,4 +79,12 @@ with others.
|
||||
margin-bottom: -90px;
|
||||
z-index: -20;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wp-site-blocks footer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.wp-site-blocks .footer {
|
||||
height: 100%;
|
||||
}
|
@ -50,4 +50,4 @@
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme"} /-->
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
@ -41,4 +41,4 @@
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme"} /-->
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
@ -25,4 +25,4 @@
|
||||
<!-- /wp:columns -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme"} /-->
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
@ -35,4 +35,4 @@
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme"} /-->
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
@ -24,4 +24,4 @@
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme"} /-->
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
@ -26,4 +26,4 @@
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme"} /-->
|
||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
Loading…
Reference in New Issue
Block a user