remove some css properties

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