write swarm post

This commit is contained in:
2022-02-18 00:08:46 +01:00
parent c09e83c93f
commit b980b2e267
2 changed files with 160 additions and 19 deletions

View File

@ -2,6 +2,10 @@
position: static
}
.fixed {
position: fixed
}
.-mt-4 {
margin-top: -1rem
}
@ -26,6 +30,10 @@
margin-top: 0.25rem
}
.mt-4 {
margin-top: 1rem
}
.block {
display: block
}