fix table text align

This commit is contained in:
TimHasert 2023-08-20 23:42:00 +02:00
parent 4dfb06b95f
commit d004a7f03d

View File

@ -43,6 +43,10 @@ ul {
margin: 0; margin: 0;
} }
tr, td, th {
text-align: center;
}
/* main sections */ /* main sections */
#header { #header {
@ -177,7 +181,7 @@ ul {
.search-picker-activation { .search-picker-activation {
margin: 0.4em 0.7em; margin: 0.4em 0.7em;
width: 10em; width: 14em;
display: inline-flex; display: inline-flex;
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;