block 5 is ready

This commit is contained in:
Flatlogic Bot 2026-03-26 15:00:35 +00:00
parent bde21f880a
commit bc22ba95f1
8 changed files with 1751 additions and 210 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

File diff suppressed because it is too large Load Diff

View File

@ -166,3 +166,20 @@ body.page-id-48 main > .wp-block-group:first-child,
body.page-id-50 main > .wp-block-group:first-child { body.page-id-50 main > .wp-block-group:first-child {
display: none !important; display: none !important;
} }
/* About page final fix: remove header/main gap and force top area teal */
body.page-id-48 .wp-site-blocks,
body.page-id-48 .wp-site-blocks > header,
body.page-id-48 .wp-site-blocks > main,
body.page-id-48 .wp-site-blocks > header + main,
body.page-id-48 .wp-site-blocks > header .wp-block-group.alignwide.has-base-background-color.has-background {
background: #1c3434 !important;
background-color: #1c3434 !important;
}
body.page-id-48 .wp-site-blocks > main,
body.page-id-48 .wp-site-blocks > header + main {
margin-block-start: 0 !important;
margin-top: 0 !important;
padding-top: 0 !important;
}