Css Änderungen

This commit is contained in:
ja
2021-11-24 11:41:08 +01:00
parent 6641ae6252
commit e3a42fef20
4 changed files with 14 additions and 17 deletions

View File

@@ -29,13 +29,13 @@
@media (max-width: 558.98px) {
body {
position: absolute;
width: 410px;
width: 400px;
}
#normaltable{
overflow-x:auto;width:410px;
overflow-x:auto;width:380px;margin-left:-5px;
}
.g-3{
overflow-x:auto;width:410px;margin-left:-4px;
overflow-x:auto;width:410px;margin-left:-7px;
}
}
</style>