make devtoollist properly center itself

This commit is contained in:
olebeck 2022-10-10 02:41:11 +02:00
parent 32e8c5816b
commit 83fcbbe08f
1 changed files with 3 additions and 1 deletions

View File

@ -318,7 +318,9 @@
*/
.devtoollist{
position: inherit;
margin-left: auto;
margin-right: auto;
position: relative;
margin-left: 15%;
margin-right: 15%;
text-align:center;