Private
Public Access
1
0

cosmetical fixes

This commit is contained in:
Sander Roosendaal
2022-10-11 06:57:41 +02:00
parent ea87daf726
commit 7fc01984ed
4 changed files with 23 additions and 4 deletions

View File

@@ -402,7 +402,7 @@ th.rotate > div > span {
.analysiscontainer {
display: grid;
grid-template-columns: 50px repeat(auto-fit, minmax(calc((100% - 100px)/7), 1fr));
grid-template-columns: 50px repeat(auto-fit, minmax(calc((100% - 100px)/8), 1fr));
/* grid-template-columns: 50px repeat(auto-fit, minmax(100px, 1fr)) 50px; ????*/
padding: 5px;
margin: 0px;