Compare commits

..

No commits in common. "c494a90227ff0f37d54c629ea46e2ca4567e035c" and "fc359a844fa6fa463d4b689d420f82fc3779857b" have entirely different histories.

3 changed files with 2 additions and 13 deletions

View File

@ -1,5 +1,5 @@
[tool.bumpversion] [tool.bumpversion]
current_version = "1.3.46" current_version = "1.3.45"
commit = true commit = true
tag = true tag = true
tag_name = "{new_version}" tag_name = "{new_version}"

View File

@ -1 +1 @@
1.3.46 1.3.45

View File

@ -59,14 +59,3 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, tabl
content: '-'; content: '-';
background-color: #d33333; background-color: #d33333;
} }
/* Media query for mobile devices */
@media (max-width: 768px) {
.container {
margin-top: 1rem !important;
}
main {
padding: 0.5em;
}
}