Skip to content
Snippets Groups Projects
Commit 0fad85b0 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Fix display duel ongoing for small phones

parent 9723e786
No related branches found
No related tags found
1 merge request!376Fix/issues design
@import '../../styles/base/color';
@import '../../styles/base/breakpoint';
.duel-ongoing-container {
display: flex;
......@@ -18,6 +19,9 @@
.duel-consumption {
color: $grey-bright;
margin: 1rem auto;
@media (max-width: $width-phone) {
margin: 0.5rem auto -0.5rem;
}
.consumption {
color: $gold-light;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment