diff --git a/builder.js b/builder.js index 5fc0370..0be9ece 100644 --- a/builder.js +++ b/builder.js @@ -637,7 +637,7 @@ function updateBoosts(buttonId, recalcStats) { } elem.classList.add("toggleOn"); } - updatePowderSpecials("skip"); //jank pt 1 + updatePowderSpecials("skip", false); //jank pt 1 } else { for (const [key, value] of damageMultipliers) { let elem = document.getElementById(key + "-boost") diff --git a/index.html b/index.html index 0c0a066..cd99b10 100644 --- a/index.html +++ b/index.html @@ -27,11 +27,11 @@
- - @@ -300,27 +300,27 @@

- - - - - @@ -334,27 +334,27 @@

- - - - - @@ -368,27 +368,27 @@

- - - - - @@ -402,27 +402,27 @@

- - - - - @@ -436,27 +436,27 @@

- - - - - diff --git a/narrow.css b/narrow.css index 0fc69c1..6cc7a34 100644 --- a/narrow.css +++ b/narrow.css @@ -49,11 +49,11 @@ .title{ text-align: center; - font-size: 190%; + font-size: 150%; } .smalltitle{ text-align: center; - font-size: 155%; + font-size: 125%; margin-top: 10px; margin-bottom: 4px; } @@ -67,7 +67,7 @@ text-decoration: none; font-family: 'Nunito',sans-serif; font-weight: 700; - font-size: 113%; + font-size: 100%; display: inline-block; } button { @@ -79,6 +79,6 @@ button { text-decoration: none; font-family: 'Nunito',sans-serif; font-weight: 700; - font-size: 150%; + font-size: 125%; display: inline-block; } diff --git a/styles.css b/styles.css index 27c526f..6a9cfd5 100644 --- a/styles.css +++ b/styles.css @@ -70,14 +70,6 @@ div { a.link{ color: #A5FDFF; } -.title{ - text-align: center; - font-size: 150%; -} -.smalltitle{ - text-align: center; - font-size: 125%; -} .center { text-align: center; position: relative;

+ +