diff --git a/index.php b/index.php index 0a97aea..f1e0329 100644 --- a/index.php +++ b/index.php @@ -3,8 +3,6 @@ - - 9iron diff --git a/minecraft/index.php b/minecraft/index.php index a189c80..aa09fab 100644 --- a/minecraft/index.php +++ b/minecraft/index.php @@ -17,6 +17,7 @@

Current Modpacks

+

Material Energy^5

me5.mc.9iron.club

Download (MultiMC)

diff --git a/src/common-meta.php b/src/common-meta.php index f6aa0a8..56113c7 100644 --- a/src/common-meta.php +++ b/src/common-meta.php @@ -3,6 +3,7 @@ + diff --git a/styles/styles.css b/styles/styles.css index 1bdf28a..297e2bd 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -75,6 +75,10 @@ div.break { margin: 2em auto; border-bottom: 3px double var(--line); } +i.badge { + font-size: 200%; + float: right; +} img.bigimg { border-radius: 8px; box-shadow: 5px 5px var(--shadow);