diff --git a/styles.css b/styles.css index 81d84ba..1151d77 100644 --- a/styles.css +++ b/styles.css @@ -54,7 +54,7 @@ a.link{ grid-template-columns: repeat(4, 1fr); gap: 20px; grid-auto-rows: minmax(60px, auto); - width: 98%; + width: 94%; background: #110110; } @@ -63,7 +63,7 @@ a.link{ background: #110110; border: 3px solid #BCBCBC; border-radius: 3px; - width: 100%; + width: 96%; } .itemcenter { @@ -78,7 +78,7 @@ a.link{ .itemtable { margin: 2px 2%; - width: 96%; + width: 94%; margin-bottom: 16px; } @@ -188,4 +188,4 @@ a.link{ /* Ugly Corner */ ::-webkit-scrollbar-corner{ background: #110110; - } \ No newline at end of file + } diff --git a/test.js b/test.js index 0d5a104..0b278ac 100644 --- a/test.js +++ b/test.js @@ -11,7 +11,7 @@ console.log(url_tag); * END testing section */ -const BUILD_VERSION = "2.9"; +const BUILD_VERSION = "3.0"; document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";