|
|
|
@ -522,7 +522,7 @@ svg { |
|
|
|
align-items: center; /* Vertically center the content within each column */ |
|
|
|
align-items: center; /* Vertically center the content within each column */ |
|
|
|
padding: 5px 0px; |
|
|
|
padding: 5px 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
@media print, screen and (min-width: 60em) { |
|
|
|
@media print, screen and (min-width: 80em) { |
|
|
|
.table-row-4-colums { |
|
|
|
.table-row-4-colums { |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 1px auto 50px 70px 180px; /* first column is a hack */ |
|
|
|
grid-template-columns: 1px auto 50px 70px 180px; /* first column is a hack */ |
|
|
|
|