about blueprint : add h3 in writer
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
This commit is contained in:
parent
b3b0580ab1
commit
d9494f92dd
3 changed files with 9 additions and 8 deletions
|
|
@ -41,6 +41,10 @@ tabs:
|
||||||
extends: blocks/text
|
extends: blocks/text
|
||||||
fields:
|
fields:
|
||||||
text:
|
text:
|
||||||
|
headings:
|
||||||
|
- 3
|
||||||
|
nodes:
|
||||||
|
- heading
|
||||||
marks:
|
marks:
|
||||||
- bold
|
- bold
|
||||||
- italic
|
- italic
|
||||||
|
|
|
||||||
|
|
@ -158,12 +158,4 @@
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.site-footer) {
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,11 @@
|
||||||
.site-footer {
|
.site-footer {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background: #0d0e22;
|
background: #0d0e22;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Main row --- */
|
/* --- Main row --- */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue