diff --git a/index.html b/index.html
index 6ac7804..bfc5c5a 100644
--- a/index.html
+++ b/index.html
@@ -37,8 +37,8 @@
}
/* hacky way of making my font look nicer on firefox
- while having chrome's rendering of it not be bloated
- */
+ while having chrome's rendering of it not be bloated
+ */
@supports (-moz-appearance: none) {
.main-title {
font-weight: bold;
@@ -62,7 +62,6 @@
align-items: center;
max-width: 480px;
margin: 0 auto;
- width: 100%;
padding: 0 20px;
box-sizing: border-box;
}
@@ -83,11 +82,9 @@
list-style-type: none;
margin: -8px;
padding: 0;
- padding-left: 10px;
display: flex;
flex-wrap: wrap;
padding: 0 20px;
- box-sizing: border-box;
}
ul.buttons li {
@@ -100,10 +97,6 @@
justify-content: center;
align-items: center;
margin: 0 auto;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
height: 2.9em;
}