mirror of
https://github.com/Phantop/phantop.github.io.git
synced 2025-07-04 17:26:23 +00:00
replace 1-pixel-wealth
This commit is contained in:
parent
dc5e1b2044
commit
b165730c03
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -23,9 +23,6 @@
|
||||||
path = keeweb
|
path = keeweb
|
||||||
url = https://github.com/keeweb/keeweb
|
url = https://github.com/keeweb/keeweb
|
||||||
branch = gh-pages
|
branch = gh-pages
|
||||||
[submodule "wealth"]
|
|
||||||
path = wealth
|
|
||||||
url = https://github.com/MKorostoff/1-pixel-wealth
|
|
||||||
[submodule "quatalog"]
|
[submodule "quatalog"]
|
||||||
path = quatalog
|
path = quatalog
|
||||||
url = https://github.com/quatalog/site
|
url = https://github.com/quatalog/site
|
||||||
|
@ -41,3 +38,6 @@
|
||||||
[submodule "totk"]
|
[submodule "totk"]
|
||||||
path = totk
|
path = totk
|
||||||
url = https://github.com/The5thTear/TOTK-ModForge
|
url = https://github.com/The5thTear/TOTK-ModForge
|
||||||
|
[submodule "wealth"]
|
||||||
|
path = wealth
|
||||||
|
url = https://github.com/dbkrupp/1-pixel-wealth
|
||||||
|
|
|
@ -2,9 +2,8 @@ div {
|
||||||
border-radius: 1.5em;
|
border-radius: 1.5em;
|
||||||
border: mediumpurple solid;
|
border: mediumpurple solid;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin: .2em;
|
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
margin-right: .8em;
|
margin-right: .6em;
|
||||||
}
|
}
|
||||||
div * {
|
div * {
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
|
@ -22,7 +21,7 @@ a, html, body {
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 1em;
|
padding-left: 1em;
|
||||||
padding-top: 2em;
|
padding-top: 2em;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
}
|
}
|
2
wealth
2
wealth
|
@ -1 +1 @@
|
||||||
Subproject commit c3d54c27f970edbc2cbce35bc1204687d5221c81
|
Subproject commit 743d21acccbbcc854ce2e1f8a384c5103e8b14c0
|
Loading…
Reference in a new issue