fixed styles

This commit is contained in:
daniel 2023-02-24 14:19:56 +01:00
parent 5477fdbb6c
commit 3f572ab5f7
1 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,10 @@
width: -moz-available;
}
.info_table {
margin-bottom: 25px;
}
.info_table > tbody > tr:nth-child(even) {
background-color: #e5e9ed;
}