remove some css properties
This commit is contained in:
+2
-9
@@ -37,8 +37,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* hacky way of making my font look nicer on firefox
|
/* 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) {
|
@supports (-moz-appearance: none) {
|
||||||
.main-title {
|
.main-title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -62,7 +62,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
max-width: 480px;
|
max-width: 480px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%;
|
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
@@ -83,11 +82,9 @@
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: -8px;
|
margin: -8px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 10px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.buttons li {
|
ul.buttons li {
|
||||||
@@ -100,10 +97,6 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
height: 2.9em;
|
height: 2.9em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user