diff --git a/README.md b/README.md index 96f2f1b..899d953 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # HypixelAPI -I'm trying to make a Hypixel API website, just to test my skills in HTML, CSS, and JS. Practically just gonna be a worse version of sky.shiiyu.moe. +Just a bit of code dealing with the Hypixel API, hopefully providing some interesting results. diff --git a/index.html b/index.html index 47e7a70..ff12c93 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ padding: 14px 16px; transition: 0.3s; font-size: 17px; - width: 50%; + width: calc(100% / 3); text-align: center; } @@ -50,6 +50,7 @@