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
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -118,6 +118,11 @@
|
|||
.site-footer {
|
||||
width: 100vw;
|
||||
background: #0d0e22;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: -2;
|
||||
}
|
||||
|
||||
/* --- Main row --- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue