Skip to content

Commit

Permalink
Fine tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
wallytutor committed Jun 15, 2024
1 parent 107bee1 commit 4d58f3d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions theme/zurb-F5-basic/static/css/wallystyle.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
/*****************************************************************/
/* CLASS training-table */
/*****************************************************************/

table.training-table
{
width: 100%;
width: 90%;
}

table.training-table td:nth-child(1)
{
width: 40%;
width: 35%;
text-align: right;
}

Expand All @@ -23,10 +26,14 @@ table.training-table td:nth-child(3)
table.training-table td:nth-child(4)
{
width: 20%;
text-align: left;
text-align: center;
}

table.training-table td:nth-child(5)
{
text-align: center;
}
}

/*****************************************************************/
/* EOF */
/*****************************************************************/

0 comments on commit 4d58f3d

Please sign in to comment.