remove some css properties

This commit is contained in:
2024-11-06 12:31:44 +00:00
parent db357608ff
commit d4b7f07070
+2 -9
View File
@@ -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;
}
</style>