about blueprint : add h3 in writer
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s

This commit is contained in:
isUnknown 2026-03-17 10:26:17 +01:00
parent b3b0580ab1
commit d9494f92dd
3 changed files with 9 additions and 8 deletions

View file

@ -41,6 +41,10 @@ tabs:
extends: blocks/text
fields:
text:
headings:
- 3
nodes:
- heading
marks:
- bold
- italic

View file

@ -158,12 +158,4 @@
background-position: center;
background-repeat: no-repeat;
}
:global(.site-footer) {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
}
</style>

View file

@ -118,6 +118,11 @@
.site-footer {
width: 100vw;
background: #0d0e22;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: -2;
}
/* --- Main row --- */