Style hack, version bump

This commit is contained in:
b 2021-01-09 17:35:32 -06:00
parent 451da4dd39
commit a4743898f5
2 changed files with 5 additions and 5 deletions

View file

@ -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;
}
}

View file

@ -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+")";