Client - fix sport preferences display
This commit is contained in:
@ -299,11 +299,9 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: $small-limit) {
|
||||
.sport-label {
|
||||
width: 100%;
|
||||
}
|
||||
.sport-label,
|
||||
.action-buttons {
|
||||
width: 100%;
|
||||
width: 45%;
|
||||
}
|
||||
.edition-buttons {
|
||||
justify-content: center;
|
||||
@ -313,5 +311,11 @@
|
||||
margin: $default-margin * 2 0 $default-margin;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: $x-small-limit) {
|
||||
.sport-label,
|
||||
.action-buttons {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user