add ui to upload to IPFS node on box

This commit is contained in:
John Hess 2023-05-24 17:30:54 -05:00
parent 99089126c0
commit 54b3da996c
27 changed files with 78892 additions and 4 deletions

View file

@ -121,12 +121,21 @@ a:active {
.left-content {
width: 65%;
}
.right-content {
width: 65%;
}
.right-bleed {
width: 35%;
img {
width: calc(100% + 40px);
}
}
.left-img {
width: 35%;
img {
width: 80%;
}
}
.content-text {
text-align: left;
}