[Glitch] Fix counter sizing
Port 67a2dfa8ee
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
55d1f5c78c
commit
2169e61bc9
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.counter {
|
.counter {
|
||||||
width: 33.3%;
|
min-width: 33.3%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
color: $darker-text-color;
|
color: $darker-text-color;
|
||||||
|
|
Loading…
Reference in a new issue