Refined responsive table styles

This commit is contained in:
Justin Foell
2020-11-27 11:17:53 -06:00
parent 620d22a15c
commit c67629a0d6
3 changed files with 29 additions and 0 deletions
+4
View File
@@ -70,6 +70,10 @@ only screen and (max-width: 760px),
content: attr(data-label);
}
.activity-details-table td {
text-align: right;
}
.activity-details-table-info, .activity-details-table-units {
display: inline;
}