diff --git a/.gitmodules b/.gitmodules index 6465b52..d69d881 100644 --- a/.gitmodules +++ b/.gitmodules @@ -23,9 +23,6 @@ path = keeweb url = https://github.com/keeweb/keeweb branch = gh-pages -[submodule "wealth"] - path = wealth - url = https://github.com/MKorostoff/1-pixel-wealth [submodule "quatalog"] path = quatalog url = https://github.com/quatalog/site @@ -41,3 +38,6 @@ [submodule "totk"] path = totk url = https://github.com/The5thTear/TOTK-ModForge +[submodule "wealth"] + path = wealth + url = https://github.com/dbkrupp/1-pixel-wealth diff --git a/fluxwidget/style.css b/fluxwidget/style.css index 4e89f07..4aa43c0 100644 --- a/fluxwidget/style.css +++ b/fluxwidget/style.css @@ -2,9 +2,8 @@ div { border-radius: 1.5em; border: mediumpurple solid; display: inline-flex; - margin: .2em; margin-bottom: 1em; - margin-right: .8em; + margin-right: .6em; } div * { font-size: 4em; @@ -22,7 +21,7 @@ a, html, body { } a { display: block; - padding: 1em; + padding-left: 1em; padding-top: 2em; text-decoration: inherit; -} \ No newline at end of file +} diff --git a/wealth b/wealth index c3d54c2..743d21a 160000 --- a/wealth +++ b/wealth @@ -1 +1 @@ -Subproject commit c3d54c27f970edbc2cbce35bc1204687d5221c81 +Subproject commit 743d21acccbbcc854ce2e1f8a384c5103e8b14c0