Client - minor style change on Workout card
This commit is contained in:
parent
e9c06947c0
commit
73bc310b49
@ -181,10 +181,11 @@
|
|||||||
|
|
||||||
.workout-data {
|
.workout-data {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-top: $default-padding * 0.5;
|
padding: $default-padding * 0.5;
|
||||||
|
font-size: 0.9em;
|
||||||
.sport-img {
|
.sport-img {
|
||||||
height: 28px;
|
height: 25px;
|
||||||
width: 28px;
|
width: 25px;
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user