|
|
|
|
@ -629,7 +629,7 @@ h-margin { |
|
|
|
|
|
|
|
|
|
.table-row-3-colums-summons { |
|
|
|
|
display: grid; |
|
|
|
|
grid-template-columns: 1px auto 70px 70px; |
|
|
|
|
grid-template-columns: 1px auto 150px 70px; |
|
|
|
|
/* first column is a hack */ |
|
|
|
|
align-items: center; |
|
|
|
|
/* Vertically center the content within each column */ |
|
|
|
|
@ -640,7 +640,7 @@ h-margin { |
|
|
|
|
screen and (min-width: 80em) { |
|
|
|
|
.table-row-4-colums { |
|
|
|
|
display: grid; |
|
|
|
|
grid-template-columns: 1px auto 50px 70px 180px; |
|
|
|
|
grid-template-columns: 1px auto 50px 150px 180px; |
|
|
|
|
/* first column is a hack */ |
|
|
|
|
align-items: center; |
|
|
|
|
/* Vertically center the content within each column */ |
|
|
|
|
|