alignment fix

This commit is contained in:
SaketAnand 2024-07-07 15:31:54 +05:30
parent cdbf6ca5bc
commit 38cfa7428f
2 changed files with 11 additions and 2 deletions

11
css/main.min.css vendored
View File

@ -277,6 +277,11 @@ ul {
.uppercase {
text-transform: uppercase;
}
.create-buttons{
display: flex;
max-width: 400px;
gap: 1rem;
}
.capitalize {
text-transform: capitalize;
}
@ -945,6 +950,9 @@ aside h4 {
#page_container[data-page="home"] > :first-child {
order: 1;
}
.create-buttons{
display: grid;
}
}
@media only screen and (min-width: 640px) {
sm-popup {
@ -953,6 +961,7 @@ aside h4 {
.popup__header {
padding: 1rem 1.5rem 0 1.5rem;
}
main {
grid-template-columns: 10rem 1fr;
grid-template-areas: "header header" "navbar pages";
@ -1037,4 +1046,4 @@ aside h4 {
-webkit-animation: none !important;
animation: none !important;
}
}
}

View File

@ -252,4 +252,4 @@
const bitcoinAddress = floCrypto.getAddress(bitcoinWif, true);
return { publicKey, seed, bitcoinWif, floWif, floAddress, bitcoinAddress };
});
})("object" === typeof module ? module.exports : (window.floSolana = {}));
})("object" === typeof module ? module.exports : (window.floSolana = {}));