From d6a70f13360d70a05105adf5a5d9fe5628b77adc Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 8 Mar 2022 19:10:21 +0000 Subject: [PATCH] Add CSS for row-gap --- archeo/inc/patterns/footer.php | 2 +- archeo/style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/archeo/inc/patterns/footer.php b/archeo/inc/patterns/footer.php index 735d2baa76..eb80742852 100644 --- a/archeo/inc/patterns/footer.php +++ b/archeo/inc/patterns/footer.php @@ -8,7 +8,7 @@ 'blockTypes' => array( 'core/template-part/footer' ), 'content' => '
- +

' . diff --git a/archeo/style.css b/archeo/style.css index 980a15354b..9b24109c45 100644 --- a/archeo/style.css +++ b/archeo/style.css @@ -224,3 +224,10 @@ body > .is-root-container > .wp-block-template-part > .wp-block-cover, height: auto; max-width: 100%; } + +/* + * Needed until https://github.com/WordPress/gutenberg/issues/34529 is fixed. + */ +.site-footer { + row-gap: 0.5rem !important; +}