1234567891011121314151617181920212223 |
- .distance-table {
- margin-top: 0.5rem;
- }
- .details-content {
- margin-top: 0;
- }
- td {
- margin-left: 1rem;
- }
- .details-value-container {
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- align-items: center;
- // margin-bottom: 1.5rem;
- margin-top: 0.5rem;
- }
- h4 {
- margin-top: 1rem;
- }
|