]> zoso.dev Git - nemo-wallet.git/commitdiff
Fix grid item alignment.
authorChris Duncan <chris@zoso.dev>
Mon, 28 Oct 2024 14:27:56 +0000 (07:27 -0700)
committerChris Duncan <chris@zoso.dev>
Mon, 28 Oct 2024 14:27:56 +0000 (07:27 -0700)
app/pages/nemo-wallet.html

index fccdb392c3df9be1005abc48d89bf43777241ba7..d9a78c4c8e0bc641f275d25f15ae277054f99f5f 100644 (file)
                        height: 100%;
                }
                .grid-x {
+                       align-items: center;
                        display: grid;
                        grid-template-columns: repeat(12, 1fr);
                }
                .hide {
                        display: none;
                }
+               button {
+                       cursor: pointer;
+               }
                h1 {
                        text-align: center;
                }