Skip to content

Commit

Permalink
Merge pull request #126 from cmanon/feature/125-ios-responsive-table
Browse files Browse the repository at this point in the history
Feature/125 ios responsive table
  • Loading branch information
jrfoell authored Aug 26, 2022
2 parents cb86947 + b99a4d7 commit 30c05d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/wp-strava.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,37 @@
background-position: -224px -160px;
margin: 0 6px 2px 0;
}

.wp-strava-activity-container {
display: table;
margin: 0 auto;
}

.activity-details-table tr td {
padding: 5px;
}

.activity-details-table th {
padding: 5px;
text-align: center;
font-size: 0.8em;
}

.activity-details-table td:before {
position: relative;
}

.activity-details-table td {
text-align: center;
border: 1px solid #e7e7e7;
}

.activity-details-table-info {
font-size: 1.2em;
font-weight: bold;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.activity-details-table-units {
font-size: 0.8em;
}
Expand Down

0 comments on commit 30c05d9

Please sign in to comment.